mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
930 B
930 B
Please fill in this template.
- Prefer to make your PR against the
types-2.0branch. - The package does not provide its own types, and you can not add them.
- Test the change in your own code.
- Follow the advice from the readme.
- Avoid common mistakes.
If adding a new definition:
- 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.
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.