Skip to content

Commit

Permalink
added/fixed headers k-n
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartvds committed Jan 24, 2014
1 parent 950d0d8 commit 5d95684
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 22 deletions.
5 changes: 3 additions & 2 deletions keyboardjs/keyboardjs.d.ts
@@ -1,9 +1,10 @@
// Type definitions for KeyboardJS
// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
// Project: https://github.com/RobertWHurst/KeyboardJS
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.

interface KeyboardJSSubBinding {
clear(): void;
}
Expand Down Expand Up @@ -46,4 +47,4 @@ interface KeyboardJSStatic {
};
}

declare var KeyboardJS: KeyboardJSStatic;
declare var KeyboardJS: KeyboardJSStatic;
9 changes: 7 additions & 2 deletions knockback/knockback.d.ts
@@ -1,4 +1,9 @@
/// <reference path="../backbone/backbone.d.ts" />
// Type definitions for Knockback.js
// Project: http://kmalakoff.github.io/knockback/
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../backbone/backbone.d.ts" />
/// <reference path="../knockout/knockout.d.ts" />

declare module Knockback {
Expand Down Expand Up @@ -215,4 +220,4 @@ declare module Knockback {

}

declare var kb: Knockback.Static;
declare var kb: Knockback.Static;
9 changes: 5 additions & 4 deletions knockout.editables/ko.editables.d.ts
@@ -1,7 +1,8 @@
/// <reference path="../knockout/knockout.d.ts" />
// Type definitions for knockout-editables 0.9
// Project:http://romanych.github.com/ko.editables/
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// build: ko.editables 0.9
// http://romanych.github.com/ko.editables/
/// <reference path="../knockout/knockout.d.ts" />

// bestowed by ko.editable(target)
interface KnockoutEditable {
Expand All @@ -27,4 +28,4 @@ interface KnockoutEditableStatic {
// extend ko global
interface KnockoutStatic {
editable: KnockoutEditableStatic;
}
}
5 changes: 3 additions & 2 deletions knockout.kogrid/ko-grid.d.ts
@@ -1,6 +1,7 @@
// Type definitions for ko-grid
// Project: http://knockout-contrib.github.io/KoGrid/
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
// Definitions by: huer12 <https://github.com/huer12/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// These are very definitely preliminary. Please feel free to improve.

Expand Down Expand Up @@ -189,4 +190,4 @@ declare module kg {
/** currentPage: the uhm... current page. */
currentPage?: number;
}
}
}
1 change: 1 addition & 0 deletions knockout.projections/knockout.projections.d.ts
@@ -1,6 +1,7 @@
// Type definitions for knockout-projections 1.0.0
// Project: https://github.com/stevesanderson/knockout-projections
// Definitions by: John Reilly <https://github.com/johnnyreilly>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../knockout/knockout.d.ts" />

Expand Down
1 change: 1 addition & 0 deletions knockout.rx/knockout.rx.d.ts
@@ -1,6 +1,7 @@
// Type definitions for knockout.rx 0.1
// Project: https://github.com/Igorbek/knockout.rx
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../knockout/knockout.d.ts"/>
/// <reference path="../rx.js/rx.d.ts"/>
Expand Down
3 changes: 2 additions & 1 deletion linq/linq.3.0.3-Beta4.d.ts
@@ -1,6 +1,7 @@
// Type definitions for linq.js, ver 3.0.3-Beta4
// Project: http://linqjs.codeplex.com/
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
// Definitions: https://github.com/borisyankov/DefinitelyTyped

declare module linqjs {
interface IEnumerator {
Expand Down Expand Up @@ -192,4 +193,4 @@ declare module linqjs {
}

// export definition
declare var Enumerable: linqjs.EnumerableStatic;
declare var Enumerable: linqjs.EnumerableStatic;
1 change: 1 addition & 0 deletions linq/linq.jquery.d.ts
@@ -1,6 +1,7 @@
// Type definitions for linq.jquery (from linq.js)
// Project: http://linqjs.codeplex.com/
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../jquery/jquery.d.ts"/>
/// <reference path="linq.d.ts"/>
Expand Down
7 changes: 6 additions & 1 deletion logg/logg.d.ts
@@ -1,3 +1,8 @@
// Type definitions for logg
// Project: https://github.com/dpup/node-logg
// Definitions by: Bret Little <https://github.com/blittle/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

interface Logger {
setLogLevel: (level: number)=> void;
getLogLevel: ()=> number;
Expand Down Expand Up @@ -29,4 +34,4 @@ declare module "logg" {
export var Level : loggingLevels;
export var rootLogger: Logger;
export var registerWatcher: (watcher: (logRecord: string)=> void)=> void;
}
}
5 changes: 5 additions & 0 deletions mapsjs/mapsjs.d.ts
@@ -1,3 +1,8 @@
// Type definitions for Mapsjs 9.6.0
// Project: https://github.com/mapsjs
// Definitions by: Matthew James Davis <https://github.com/davismj/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/**
* Mapsjs 9.6.0 Copyright (c) 2013 ISC. All Rights Reserved.
*/
Expand Down
5 changes: 2 additions & 3 deletions moment/moment.d.ts
@@ -1,11 +1,10 @@
// Type definitions for Moment.js 2.5.0
// Project: https://github.com/timrwood/moment
// Definitions by: Michael Lakerveld <https://github.com/Lakerfield>
// 2.4.0 Aaron King <https://github.com/kingdango>
// 2.5.0 Hiroki Horiuchi <https://github.com/horiuchi>
// Definitions by: Aaron King <https://github.com/kingdango> (2.4.0)
// Definitions by: Hiroki Horiuchi <https://github.com/horiuchi> (2.5.0)
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped


interface MomentInput {
years?: number;
y?: number;
Expand Down
9 changes: 6 additions & 3 deletions mongodb/mongodb.d.ts
@@ -1,6 +1,9 @@
// Project : https://github.com/mongodb/node-mongodb-native
// Documentation : http://mongodb.github.io/node-mongodb-native/
// Type definitions for MongoDB
// Project: https://github.com/mongodb/node-mongodb-native
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// Documentation : http://mongodb.github.io/node-mongodb-native/

/// <reference path='../node/node.d.ts' />

Expand Down Expand Up @@ -413,4 +416,4 @@ declare module "mongodb" {
pkFactory?: any;
readPreferences?: string;
}
}
}
4 changes: 2 additions & 2 deletions ng-grid/ng-grid.d.ts
@@ -1,6 +1,6 @@
// Type definitions for ng-grid
// Project: http://angular-ui.github.io/ng-grid/
// Initial definitions by: Ken Smith <https://github.com/smithkl42>
// Definitions by: Ken Smith <https://github.com/smithkl42>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped

// These are very definitely preliminary. Please feel free to improve.
Expand Down Expand Up @@ -188,4 +188,4 @@ declare module ngGrid {
/** currentPage: the uhm... current page. */
currentPage?: number;
}
}
}
2 changes: 1 addition & 1 deletion node-azure/azure.d.ts
@@ -1,6 +1,6 @@
// Type definitions for Azure SDK for Node - v0.6.10
// Project: https://github.com/WindowsAzure/azure-sdk-for-node
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar> and Anti Veeranna <https://github.com/antiveeranna>
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar>, Anti Veeranna <https://github.com/antiveeranna>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/// <reference path="../node/node.d.ts" />
Expand Down
4 changes: 4 additions & 0 deletions node/node-0.8.8.d.ts
@@ -1,3 +1,7 @@
// Type definitions for Node.js v0.8.8
// Project: http://nodejs.org/
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/************************************************
* *
* Node.js v0.8.8 API *
Expand Down
4 changes: 4 additions & 0 deletions node/node.d.ts
@@ -1,3 +1,7 @@
// Type definitions for Node.js v0.10.1
// Project: http://nodejs.org/
// Definitions: https://github.com/borisyankov/DefinitelyTyped

/************************************************
* *
* Node.js v0.10.1 API *
Expand Down
3 changes: 2 additions & 1 deletion nodemailer/nodemailer.d.ts
@@ -1,9 +1,10 @@
// Type definitions for Nodemailer
// Nodemailer is an easy to use module to send e-mails with Node.JS (using SMTP or sendmail or Amazon SES) and is unicode friendly .
// Project: https://github.com/andris9/Nodemailer
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// Nodemailer is an easy to use module to send e-mails with Node.JS (using SMTP or sendmail or Amazon SES) and is unicode friendly .

declare class Transport {
static transports: {
SMTP: Transport;
Expand Down

0 comments on commit 5d95684

Please sign in to comment.