matrixrequirements-type-declarations
v2.5.0-rc.0
Published
Type declarations for use by MatrixRequirements projects
Downloads
227
Keywords
Readme
matrix-type-declarations
Typescript declaration files for TypeScript projects that use the Matrix API.
We also use this to build our own project.
It includes somewhat "ad-hoc" declarations for various types that we use. It's certainly best to use official type declarations, but sometimes we have a non-standard version of something. Ideally, this package gets smaller over time.
You only need this if you are consuming a Matrix API as typescript.
To update this package
As a Matrix developer, you might want to add or change something in index.d.ts.
- Make your changes, and test locally.
- Update the version number in
package.json
- Run
npm publish
to publish the new version on npm.
Many of our projects pull this down through npm (including the Clouds build).