From 72fb8eb61da9a304a18e1e76428feaac78897fad Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 28 Jan 2018 21:31:29 +0100 Subject: [PATCH] readme: add typescript section with stability badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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