mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +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:
2
node-uuid/node-uuid.d.ts
vendored
2
node-uuid/node-uuid.d.ts
vendored
@@ -60,3 +60,5 @@ declare module "node-uuid" {
|
||||
var uuid: UUID;
|
||||
export = uuid;
|
||||
}
|
||||
|
||||
declare var uuid: UUID;
|
||||
|
||||
Reference in New Issue
Block a user