mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
added/fixed headers e-i
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
5
express-validator/express-validator.d.ts
vendored
5
express-validator/express-validator.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
// Type definitions for express-validator
|
||||
// Project: https://github.com/ctavan/express-validator
|
||||
// Definitions by: Nathan Ridley <https://github.com/axefrog/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module ExpressValidator {
|
||||
export interface ValidationError {
|
||||
msg: string;
|
||||
|
||||
1
fabricjs/fabricjs.d.ts
vendored
1
fabricjs/fabricjs.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for FabricJS
|
||||
// Project: http://fabricjs.com/
|
||||
// Definitions by: Oliver Klemencic <https://github.com/oklemencic/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/*
|
||||
USAGE
|
||||
|
||||
2
filesystem/filesystem.d.ts
vendored
2
filesystem/filesystem.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type Definitions for File API: Directories and System (File System API)
|
||||
// Type Definitions for File System API
|
||||
// Project: http://www.w3.org/TR/file-system-api/
|
||||
// Definitions by: Kon <http://phyzkit.net/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
2
firebase/firebase.d.ts
vendored
2
firebase/firebase.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
// Type definitions for Firebase API
|
||||
// Project: https://www.firebase.com/docs/javascript/firebase/index.html
|
||||
// Project: https://www.firebase.com/docs/javascript/firebase
|
||||
// Definitions by: Vincent Botone <https://github.com/vbortone/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
8
flight/flight.d.ts
vendored
8
flight/flight.d.ts
vendored
@@ -1,10 +1,10 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for Flight 1.1.1
|
||||
// Type definitions for Flight 1.1.1
|
||||
// Project: http://flightjs.github.com/flight/
|
||||
// Definitions by: Jonathan Hedrén <https://github.com/jonathanhedren/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
declare module Flight {
|
||||
|
||||
export interface Base {
|
||||
@@ -235,4 +235,4 @@ declare module Flight {
|
||||
}
|
||||
|
||||
declare var DEBUG: Flight.DebugStatic;
|
||||
declare var flight: Flight.FlightStatic;
|
||||
declare var flight: Flight.FlightStatic;
|
||||
|
||||
5
google.feeds/google.feed.api.d.ts
vendored
5
google.feeds/google.feed.api.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
//Project Google Feed Apis
|
||||
// Type definitions for Google Feed Apis
|
||||
// Project: https://developers.google.com/feed/
|
||||
// Definitions by: https://github.com/RodneyJT
|
||||
// Definitions by: RodneyJT <https://github.com/RodneyJT>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module google.feeds {
|
||||
export class feed {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Google Visualisation Apis
|
||||
// Project: https://developers.google.com/chart/
|
||||
// Definitions by: Dan Ludwig <https://github.com/danludwig>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module google {
|
||||
|
||||
function load(visualization: string, version: string, packages: any): void;
|
||||
@@ -468,4 +473,4 @@ declare module google {
|
||||
|
||||
//#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
5
googlemaps/google.maps.d.ts
vendored
5
googlemaps/google.maps.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Google Geolocation 0.4.8
|
||||
// Project: https://developers.google.com/maps/
|
||||
// Definitions by: Folia A/S <http://www.folia.dk>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/*
|
||||
The MIT License
|
||||
|
||||
|
||||
6
greensock/greensock.d.ts
vendored
6
greensock/greensock.d.ts
vendored
@@ -1,4 +1,8 @@
|
||||
// GreenSock Animation Platform (GSAP) - http://www.greensock.com/get-started-js/
|
||||
// Type definitions for GreenSock Animation Platform 1.1
|
||||
// Project: http://www.greensock.com/get-started-js/
|
||||
// Definitions by: Robert S <https://github.com/codebelt>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// JavaScript Docs http://api.greensock.com/js/
|
||||
// Version 1.1 (TypeScript 0.9)
|
||||
|
||||
|
||||
11
highlightjs/highlightjs.d.ts
vendored
11
highlightjs/highlightjs.d.ts
vendored
@@ -1,10 +1,7 @@
|
||||
/*
|
||||
highlight.js definition by Niklas Mollenhauer
|
||||
Last Update: 10.09.2013
|
||||
Source Code: https://github.com/isagalaev/highlight.js
|
||||
Project Page: http://softwaremaniacs.org/soft/highlight/en/
|
||||
*/
|
||||
|
||||
// Type definitions for highlight.js
|
||||
// Project: https://github.com/isagalaev/highlight.js
|
||||
// Definitions by: Niklas Mollenhauer <https://github.com/nikeee/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
declare module "highlight.js"
|
||||
{
|
||||
module hljs
|
||||
|
||||
7
i18next/i18next.d.ts
vendored
7
i18next/i18next.d.ts
vendored
@@ -1,11 +1,12 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for i18next (v1.5.10 incl. jQuery)
|
||||
// Project: http://i18next.com
|
||||
// Sources: https://github.com/jamuhl/i18next/
|
||||
// Definitions by: Maarten Docter <https://github.com/mdocter> - Blog: http://www.maartendocter.nl
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Sources: https://github.com/jamuhl/i18next/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface IResourceStore {
|
||||
[language: string]: IResourceStoreLanguage;
|
||||
}
|
||||
|
||||
1
ix.js/ix.d.ts
vendored
1
ix.js/ix.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for IxJS 1.0.6 / ix.js
|
||||
// Project: https://github.com/Reactive-Extensions/IxJS
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="l2o.d.ts"/>
|
||||
|
||||
|
||||
3
ix.js/l2o.d.ts
vendored
3
ix.js/l2o.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for IxJS 1.0.6 / l2o.js
|
||||
// Project: https://github.com/Reactive-Extensions/IxJS
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module Ix {
|
||||
export interface Disposable {
|
||||
@@ -247,4 +248,4 @@ declare module Ix {
|
||||
}
|
||||
|
||||
var Enumerable: EnumerableStatic;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user