DefinitelyTyped/node-uuid
Andy 2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -08:00
..
index.d.ts Remove invalid references 2016-05-10 16:27:59 -07:00
node-uuid-tests.ts Remove invalid references 2016-05-10 16:27:59 -07:00
README.md
tsconfig.json Add "noImplicitThis" to all tsconfig.json (#13446) 2016-12-19 14:11:46 -08: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)