Skip to content

valtain/typescript-node-definitions

This branch is 89 commits behind soywiz-archive/typescript-node-definitions:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2012
May 5, 2013
Nov 6, 2012
Dec 9, 2012
Oct 4, 2012
Apr 3, 2013
Dec 16, 2012
Jun 4, 2013
Jan 27, 2013
Oct 17, 2012
Nov 11, 2012
Oct 4, 2012
Dec 30, 2012
Oct 4, 2012
Feb 9, 2013
May 17, 2013
Nov 6, 2012
Oct 18, 2012
Dec 30, 2012
Oct 18, 2012
Feb 7, 2013
Oct 12, 2012
Oct 18, 2012
Oct 18, 2012
Apr 3, 2013
Dec 24, 2012
Jan 27, 2013
May 24, 2013
Jan 27, 2013
Mar 2, 2013
May 17, 2013
Oct 17, 2012
Oct 12, 2012
Nov 18, 2012
Mar 2, 2013
Oct 18, 2012
Oct 18, 2012
Oct 15, 2012
Mar 28, 2013
Nov 11, 2012
Oct 18, 2012
Apr 10, 2013
Feb 9, 2013
Oct 16, 2012
Oct 7, 2012
Dec 30, 2012
Dec 3, 2012
Oct 12, 2012
Oct 18, 2012
Feb 7, 2013
Jan 27, 2013
Oct 18, 2012

Repository files navigation

This project aims to contain several definitions of common node.js libraries for TypeScript language in order to have autocomplete support.

It would be great if the creators of node modules, include definition files directly on their projects. In the meanwhile this project will do the job.

Initial definition files are from the TypeScript project "samples" folder, that can be found here: https://typescript.codeplex.com/SourceControl/BrowseLatest

You can perform pull requests improving definitions or adding new ones. I will add them ASAP.

In order to be able to use it easily, you can create a git submodule for your poject adding this in the .gitmodules file:

[submodule "typescript-node-definitions"]
	path = typescript-node-definitions
	url = git://github.com/soywiz/typescript-node-definitions.git

Also you can create a "app.d.ts" file or similar including all the definitions file that are you using in your project:

///<reference path='typescript-node-definitions/node.d.ts'/>
///<reference path='typescript-node-definitions/mongodb.d.ts'/>
///<reference path='typescript-node-definitions/express3.d.ts'/>
///<reference path='typescript-node-definitions/consolidate.d.ts'/>

About

TypeScript's typings for some popular node.js modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published