mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Type definitions and tests for node random-string module
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// Type definitions for random-string
|
||||
// Project: https://github.com/valiton/node-random-string
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "random-string" {
|
||||
function randomString(opts?: Object): string;
|
||||
export = randomString;
|
||||
}
|
||||
Reference in New Issue
Block a user