mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import generate = require('crypto-random-string');
|
|
|
|
// $ExpectType string
|
|
generate(10);
|