DefinitelyTyped/node-uuid
2016-03-17 00:55:26 +09:00
..
node-uuid-base.d.ts replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
node-uuid-cjs-tests.ts Remove v2, v3 from node-uuid 2016-02-25 00:07:09 -05:00
node-uuid-cjs.d.ts replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
node-uuid-global-tests.ts Remove v2, v3 from node-uuid 2016-02-25 00:07:09 -05:00
node-uuid-global.d.ts replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
node-uuid-tests.ts Remove v2, v3 from node-uuid 2016-02-25 00:07:09 -05:00
node-uuid.d.ts replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
README.md node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03:00

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)