DefinitelyTyped/node-uuid
2015-09-28 17:54:52 +03:00
..
node-uuid-base.d.ts node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03:00
node-uuid-cjs-tests.ts Removed node-specific test in browser env. 2015-09-28 17:53:00 +03:00
node-uuid-cjs.d.ts Added headers to new files 2015-09-28 17:54:52 +03:00
node-uuid-global-tests.ts node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03:00
node-uuid-global.d.ts Added headers to new files 2015-09-28 17:54:52 +03:00
node-uuid-tests.ts node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03:00
node-uuid.d.ts node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03: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)