@yaml-js/types
is a simple library that provides TypeScript types for importing *.yaml
and *.yml
files. This package is intended to be used as a dependency for other projects rather than on its own. For more information on tools that leverage this library, please visit the yaml-js.org website.
To install @yaml-js/types
, you can use either npm or yarn:
npm install @yaml-js/types --save-dev
or
yarn add -D @yaml-js/types
Contributions to any @yaml-js
project are welcome! Please refer to the contributing guidelines for more details on how to get involved.
This project is licensed under the MIT License. Please look at the LICENSE file for more information.
- @pedromvgomes - Pedro Gomes, Project Founder
If you have any questions, suggestions, or feedback, feel free to open an issue.