@ts-typings/sequelize
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Sequelize Typing

  • V5 sequelize typing, which mirrors sequelize.
  • This repository is here as I dont want to install the whole sequelize library to get the typing and the typing from DefinitelyTyped only supports v4.

Command

  • npm install @ts-typings/sequelize
  • Include custom types in your tsconfig. I.e:
"compilerOptions": {
  ...
  "baseUrl": "./",
  "paths": {
    "*": ["node_modules/@ts-typings/*"]
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @ts-typings/sequelize

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

232 kB

Total Files

31

Last publish

Collaborators

  • themyth92