// Type definitions for node-uuid.js // Project: https://github.com/broofa/node-uuid // Definitions by: Jeff May // Definitions: https://github.com/borisyankov/DefinitelyTyped /// /** Expose as global variable */ declare var uuid: __NodeUUID.UUID;