mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2133 from swook/master
node-uuid: Let require("node-uuid") work in nodejs
This commit is contained in:
Vendored
+1
-1
@@ -46,7 +46,7 @@ interface UUID {
|
||||
v4(options?: UUIDOptions, buffer?: Buffer, offset?: number): string
|
||||
}
|
||||
|
||||
declare module 'uuid' {
|
||||
declare module "node-uuid" {
|
||||
var uuid: UUID;
|
||||
export = uuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user