@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/*"]
  }
}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ts-typings/sequelize

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    232 kB

    Total Files

    31

    Last publish

    Collaborators

    • themyth92