DefinitelyTyped/types/node-uuid
Gabriela Araujo Britto e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00
..
index.d.ts
node-uuid-tests.ts
README.md
tsconfig.json
tslint.json

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)