declarations
Version:
[](https://www.npmjs.com/package/declarations)
10 lines (7 loc) • 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;