Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

arvitaly/sails-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sails-typings

Typings for Sails.js. Used like external module.

Install

npm install sails-typings waterline-typings --save
typings install express mime serve-static dt~express-serve-static-core bluebird --save
typings install dt~socket.io dt~node --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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published