mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+3
-2
@@ -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;
|
||||
}
|
||||
@@ -46,4 +47,4 @@ interface KeyboardJSStatic {
|
||||
};
|
||||
}
|
||||
|
||||
declare var KeyboardJS: KeyboardJSStatic;
|
||||
declare var KeyboardJS: KeyboardJSStatic;
|
||||
|
||||
Vendored
+7
-2
@@ -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 {
|
||||
@@ -215,4 +220,4 @@ declare module Knockback {
|
||||
|
||||
}
|
||||
|
||||
declare var kb: Knockback.Static;
|
||||
declare var kb: Knockback.Static;
|
||||
|
||||
Vendored
+5
-4
@@ -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 {
|
||||
@@ -27,4 +28,4 @@ interface KnockoutEditableStatic {
|
||||
// extend ko global
|
||||
interface KnockoutStatic {
|
||||
editable: KnockoutEditableStatic;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+3
-2
@@ -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.
|
||||
|
||||
@@ -189,4 +190,4 @@ declare module kg {
|
||||
/** currentPage: the uhm... current page. */
|
||||
currentPage?: number;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
Vendored
+1
@@ -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"/>
|
||||
|
||||
Vendored
+2
-1
@@ -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 {
|
||||
@@ -192,4 +193,4 @@ declare module linqjs {
|
||||
}
|
||||
|
||||
// export definition
|
||||
declare var Enumerable: linqjs.EnumerableStatic;
|
||||
declare var Enumerable: linqjs.EnumerableStatic;
|
||||
|
||||
Vendored
+1
@@ -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"/>
|
||||
|
||||
Vendored
+6
-1
@@ -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;
|
||||
@@ -29,4 +34,4 @@ declare module "logg" {
|
||||
export var Level : loggingLevels;
|
||||
export var rootLogger: Logger;
|
||||
export var registerWatcher: (watcher: (logRecord: string)=> void)=> void;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+5
@@ -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.
|
||||
*/
|
||||
|
||||
Vendored
+2
-3
@@ -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;
|
||||
|
||||
Vendored
+6
-3
@@ -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' />
|
||||
|
||||
@@ -413,4 +416,4 @@ declare module "mongodb" {
|
||||
pkFactory?: any;
|
||||
readPreferences?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -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.
|
||||
@@ -188,4 +188,4 @@ declare module ngGrid {
|
||||
/** currentPage: the uhm... current page. */
|
||||
currentPage?: number;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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" />
|
||||
|
||||
Vendored
+4
@@ -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 *
|
||||
|
||||
Vendored
+4
@@ -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 *
|
||||
|
||||
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user