Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
readme: add typescript section with stability badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 28, 2018
1 parent 755be4a commit 72fb8eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="contributing"></a>
## Contributing

Expand Down

0 comments on commit 72fb8eb

Please sign in to comment.