UNPKG

@iota/validators

Version:

Collection of guards and validators, useful in IOTA development.

18 lines 329 B
{ "compilerOptions": { "lib": [ "dom", "es2015" ], "noImplicitThis": true, "strict": true, "outDir": "out", "declaration": true, "declarationDir": "typings", "sourceMap": true }, "include": [ "src", "test" ] }