DefinitelyTyped/types/crypto-random-string/crypto-random-string-tests.ts
Manuel Warum 94f81483b9 Adding types for crypto-random-string 1.0 (#27686)
* Adding types for crypto-random-string 1.0

* Fixup in last commit wrt review

* Fixing import of crypto-random-string test

* Changing tslint.json as per review
2018-08-03 10:45:51 -07:00

5 lines
88 B
TypeScript

import generate = require('crypto-random-string');
// $ExpectType string
generate(10);