Skip to content

Commit 01dd5d1

Browse files
committed
Advertize existence of TypeScript declaration file
Closes #59. Credit to @wcomartin.
1 parent 1cc3f44 commit 01dd5d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,13 @@ any commit SHA on the command line. Port (default 3000) is also configurable.
397397

398398
make bench COMMIT=e0c7fc468 PORT=5000
399399

400+
## TypeScript type declarations
401+
402+
A TypeScript declaration file is published on
403+
[DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-quantities).
404+
405+
It could be installed with `npm install @types/js-quantities`.
406+
400407
## Contribute
401408

402409
Feedback and contributions are welcomed.

0 commit comments

Comments
 (0)