0.0.6 • Published 2 years ago

data-crypto-types v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM

install size dependencies

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"]
  },
}
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago