Files
DefinitelyTyped/node-uuid/node-uuid-global.d.ts
2015-09-28 17:54:52 +03:00

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;