0.2.3 • Published 9 years ago

sails-typings v0.2.3

Weekly downloads
11
License
ISC
Repository
github
Last release
9 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

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago