mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5364 from laland/master
[node-uuid.d.ts] declares uuid as a var in addition to a module
This commit is contained in:
Vendored
+2
@@ -60,3 +60,5 @@ declare module "node-uuid" {
|
||||
var uuid: UUID;
|
||||
export = uuid;
|
||||
}
|
||||
|
||||
declare var uuid: UUID;
|
||||
|
||||
Reference in New Issue
Block a user