DefinitelyTyped/node-uuid/node-uuid-global.d.ts

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;