types-jcmp
v1.1.9
Published
TypeScript definitions for jcmp v1.0.0
Downloads
6
Maintainers
Readme
@Types/JCMP
TypeScript definitions for JCMP (JC3MP).
Use
Use npm install --save types-jcmp
to install this package.
Use npm install --save @types/node
to install the Node.js types package.
Make sure to add these types to your tsconfig.json:
"types": [
"types-jcmp",
"@types/node"
]
Use npm update
to update these dependencies when desired.