DefinitelyTyped/types/csprng/csprng-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
82 B
TypeScript

import csprng = require("csprng");
let rngStr: string;
rngStr = csprng(32, 16);