Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 532 Bytes

Nedb Typescript Definitions

this is a work in progress if you have a comment open an issue in this repo


Install

npm i ramiroaisen/nedb-types

Usage

Types will be installed to @types/nedb so that's all you need to do

import Nedb from "nedb"
const collection = new Nedb<MyAwesomeTypeHere>();

Now you have intellisense and all that good stuff


Screenshots

Nedb Typescript Definitions

Nedb Typescript Definitions