mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
| .. | ||
| node-uuid-base.d.ts | ||
| node-uuid-cjs-tests.ts | ||
| node-uuid-cjs.d.ts | ||
| node-uuid-global-tests.ts | ||
| node-uuid-global.d.ts | ||
| node-uuid-tests.ts | ||
| node-uuid.d.ts | ||
| README.md | ||
This folder contains definitions for the node-uuid library in 3 flavors:
- node-uuid.d.ts
- for use in node environment (default)
- node-uuid-global.d.ts
- for use in browser environment as a global variable
- node-uuid-cjs.d.ts
- for use in browser environment as a CommonJS module (using a loader such as webpack)