mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
10 lines
259 B
TypeScript
10 lines
259 B
TypeScript
/// <reference path="./node-uuid-base.d.ts" />
|
|
|
|
/**
|
|
* 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;
|
|
} |