Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 357 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 357 Bytes

TypeScript declaration for node-db-migrate

Installation

Via npm:

npm install --save-dev types-node-db-migrate

or yarn:

yarn add types-node-db-migrate -D

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/types-node-db-migrate/index.d.ts"
]