mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
10 lines
322 B
TypeScript
10 lines
322 B
TypeScript
// Type definitions for node-uuid.js
|
|
// Project: https://github.com/broofa/node-uuid
|
|
// Definitions by: Jeff May <https://github.com/jeffmay>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="./node-uuid-base.d.ts" />
|
|
|
|
/** Expose as global variable */
|
|
declare var uuid: __NodeUUID.UUID;
|