0.2.1 • Published 9 months ago
@nmshd/rs-crypto-types v0.2.1
Crypto-Layer TS Type Definitions
This is an npm package with the ts type defintions of the CAL project.
Build Package
- You need to have rust installed.
- You need to have npm or similar installed.
Generate the Types
.\Generate-Types.ps1Build the Package
npm i
npm run buildUsage
Add the npm package as dependecy
npm add --save ./PathToLib/rust-crypto/ts-types/Import the types
import { type EccCurve } from "crypto-layer-ts-types";