mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
* Use "lib" in tsconfigs instead of "target". Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not. * Update new-package and readme * Add back "target" where necessary
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)