data-crypto-types
v0.0.6
Published
TypeScript type definitions for the data-crypto module
Downloads
2
Readme
data-crypto-types
TypeScript type definitions for the data-crypto module
TOC
install
You can install the data-crypto-types
package using npm. Make sure you have Node.js and npm installed on your machine before proceeding.
npm install --save-dev data-crypto-types
Make sure to update your tsconfig.json
file with the following configuration to allow TypeScript to recognize the type definitions provided by the data-crypto-types
package:
{
"compilerOptions": {
...
"types": ["data-crypto-types"]
},
}