mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
1.0 KiB
1.0 KiB
Please fill in this template.
- Prefer to make your PR against the
types-2.0branch. - Test the change in your own code.
- Follow the advice from the readme.
- Avoid common mistakes.
- Run
npm run lint -- package-nameif atslint.jsonis present.
If adding a new definition:
- The package does not provide its own types, and you can not add them.
- If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- Run
tscwithout errors. - Include the required files and header. Base these on the README, not on an existing project.
If changing an existing definition:
- Provide a URL to documentation or source code which provides context for the suggested changes: <>
- Increase the version number in the header if appropriate.