0.2.3 • Published 7 years ago

sails-typings v0.2.3

Weekly downloads
11
License
ISC
Repository
github
Last release
7 years ago

sails-typings

Typings for Sails.js. Used like external module.

Install

npm install sails-typings waterline-typings --save
typings install express mime serve-static express-serve-static-core socket.io node bluebird --save --global
typings install waterline=npm:waterline-typings/index.d.ts sails=npm:sails-typings/index.d.ts --save

Usage

import {Model} from "sails";
const model: Model;

Tests

Only tslint and tsc checking now

npm install
npm test
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago