mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Add definitions for unique-random
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// Type definitions for unique-random
|
||||
// Project: https://github.com/sindresorhus/unique-random
|
||||
// Definitions by: Yuki Kokubun <https://github.com/Kuniwak>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "unique-random" {
|
||||
function uniqueRandom(min: number, max: number): () => number;
|
||||
|
||||
export = uniqueRandom;
|
||||
}
|
||||
Reference in New Issue
Block a user