// Type definitions for node-uuid.js // Project: https://github.com/broofa/node-uuid // Definitions by: Jeff May // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /** * Expose as CommonJS module * For use in node environment or browser environment (using webpack or other module loaders) */ declare module "node-uuid" { var uuid: __NodeUUID.UUID; export = uuid; }