We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b14ea2 commit ed54897Copy full SHA for ed54897
index.test-d.ts
@@ -1,4 +1,4 @@
1
import {expectType} from 'tsd';
2
-import generate = require('.');
+import cryptoRandomString = require('.');
3
4
-expectType<string>(generate(10));
+expectType<string>(cryptoRandomString(10));
package.json
@@ -22,8 +22,6 @@
22
"keywords": [
23
"random",
24
"string",
25
- "str",
26
- "rand",
27
"text",
28
"id",
29
"identifier",
0 commit comments