From 75ff645c7859cde6594884f6c5f84fa534d0a3dc Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Fri, 20 Dec 2019 00:04:11 -0800 Subject: [PATCH] docs: add info about type definitions (#24) These are now available due to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/40932 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f84dd96..5e3e75d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ $ npm install datastore-level ``` +The type definitions for this package are available on http://definitelytyped.org/. To install just use: + +```sh +$ npm install -D @types/datastore-level +``` + ## Usage ```js @@ -81,4 +87,4 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)