mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
refactor node-uuid/node-uuid.d.ts
This commit is contained in:
Vendored
+2
-3
@@ -56,9 +56,8 @@ interface UUID {
|
||||
unparse(buffer: Buffer, offset?: number): string
|
||||
}
|
||||
|
||||
declare var uuid: UUID;
|
||||
|
||||
declare module "node-uuid" {
|
||||
var uuid: UUID;
|
||||
export = uuid;
|
||||
}
|
||||
|
||||
declare var uuid: UUID;
|
||||
|
||||
Reference in New Issue
Block a user