0.0.6 • Published 6 months ago

data-crypto-types v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago