mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #3079 from borisyankov/auto-generate-contributors.md
generate contributors.md
This commit is contained in:
+657
-447
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for assertion-error 1.0 0
|
||||
// Type definitions for assertion-error 1.0.0
|
||||
// Project: https://github.com/chaijs/assertion-error
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for buffer-equal 1.0 0
|
||||
// Type definitions for buffer-equal 0.0.1
|
||||
// Project: https://github.com/substack/node-buffer-equal
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for business-rules-engine - v1.0.20
|
||||
// Type definitions for business-rules-engine v1.0.20
|
||||
// Project: https://github.com/rsamec/form
|
||||
// Definitions by: Roman Samec <https://github.com/rsamec>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for CanvasJS v1.5.1 GA
|
||||
// Type definitions for CanvasJS v1.5.1
|
||||
// Project: http://canvasjs.com/
|
||||
// Definitions by: Mark Overholt <https://github.com/mover5>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for CasperJS v1.0.0 API
|
||||
// Type definitions for CasperJS v1.0.0
|
||||
// Project: http://casperjs.org/
|
||||
// Definitions by: Jed Mao <https://github.com/jedmao>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for chai-fuzzy 1.3.0 assert style
|
||||
// Type definitions for chai-fuzzy 1.3.0
|
||||
// Project: http://chaijs.com/plugins/chai-fuzzy
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for fibers
|
||||
// Type definitions for form-data
|
||||
// Project: https://github.com/felixge/node-form-data
|
||||
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for jasmine-matchers v0.2.1 API
|
||||
// Type definitions for jasmine-matchers v0.2.1
|
||||
// Project: https://github.com/uxebu/jasmine-matchers
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for jQueryUI 1.9
|
||||
// Type definitions for jQuery UI Layout Plug-in
|
||||
// Project: http://layout.jquery-dev.net/
|
||||
// Definitions by: Steve Fenton <https://github.com/Steve-Fenton>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+5
-5
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Azure SDK for Node - v0.9.16
|
||||
// Type definitions for Azure SDK for Node v0.9.16
|
||||
// Project: https://github.com/WindowsAzure/azure-sdk-for-node
|
||||
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar>,
|
||||
// Anti Veeranna <https://github.com/antiveeranna>,
|
||||
@@ -159,13 +159,13 @@ declare module "azure" {
|
||||
//#region Service Methods
|
||||
|
||||
/**
|
||||
* Gets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Gets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
*/
|
||||
getServiceProperties(callback: StorageServicePropertiesCallback): void;
|
||||
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Sets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
|
||||
*/
|
||||
setServiceProperties(serviceProperties: StorageServiceProperties, callback: StorageCallbackVoid): void;
|
||||
@@ -521,13 +521,13 @@ declare module "azure" {
|
||||
//#region Service Methods
|
||||
|
||||
/**
|
||||
* Gets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Gets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
*/
|
||||
getServiceProperties(callback: StorageServicePropertiesCallback): void;
|
||||
getServiceProperties(options: TimeoutIntervalOptions, callback: StorageServicePropertiesCallback): void;
|
||||
|
||||
/**
|
||||
* Sets the properties of a storage account’s Blob service, including Azure Storage Analytics.
|
||||
* Sets the properties of a storage account�s Blob service, including Azure Storage Analytics.
|
||||
* You can also use this operation to set the default request version for all incoming requests that do not have a version specified.
|
||||
*/
|
||||
setServiceProperties(serviceProperties: StorageServiceProperties, callback: StorageCallbackVoid): void;
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for ref-union
|
||||
// Type definitions for ref-struct
|
||||
// Project: https://github.com/TooTallNate/ref-struct
|
||||
// Definitions by: Paul Loyd <https://github.com/loyd>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for ref-union
|
||||
// Type definitions for ref
|
||||
// Project: https://github.com/TooTallNate/ref
|
||||
// Definitions by: Paul Loyd <https://github.com/loyd>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Reference in New Issue
Block a user