mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
326 B
TypeScript
10 lines
326 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/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="./node-uuid-base.d.ts" />
|
|
|
|
/** Expose as global variable */
|
|
declare var uuid: __NodeUUID.UUID;
|