UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (7 loc) 326 B
// 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;