diff --git a/README.md b/README.md index fce0e009..8742f115 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,12 @@ Provided with the current instance of `AbstractLevelDOWN` by default. ### AbstractChainedBatch#_serializeKey(key) ### AbstractChainedBatch#_serializeValue(value) +## TypeScript + +[![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://nodejs.org/api/documentation.html#documentation_stability_index) + +Ships with TypeScript definitions that enable automatic inference of options and key-value types on a typed `abstract-leveldown` implementation. + ## Contributing