eemeli / yaml

YAML parser and stringifier for JavaScript
https://eemeli.org/yaml
ISC License
1.32k stars 116 forks source link

Update public-api.ts #542

Closed bluelovers closed 6 months ago

eemeli commented 6 months ago

Closing, as there's no explanation for the change, and no added functionality that wouldn't be fulfilled by an explicit as T cast in the calling context.

bluelovers commented 6 months ago

(parse() as T).xxx vs parse<T>().xxx