mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 03:04:32 +00:00
npm-naming is a new rule but the code it runs was already disabled whenever dt-header was disabled. This change keeps the behaviour the same.
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)