DefinitelyTyped/node-uuid
Ryan Cavanaugh a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
..
index.d.ts Remove invalid references 2016-05-10 16:27:59 -07:00
node-uuid-cjs-tests.ts Remove unneeded references 2016-05-10 12:22:25 -07:00
node-uuid-global-tests.ts Remove unneeded references 2016-05-10 12:22:25 -07:00
node-uuid-tests.ts Remove invalid references 2016-05-10 16:27:59 -07:00
README.md node-uuid - split files and tests per environment 2015-09-28 17:47:43 +03:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -07: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)