@types/twilio
Advanced tools
Comparing version 0.0.6 to 0.0.7
// Type definitions for twilio | ||
// Project: https://github.com/twilio/twilio-node | ||
// Definitions by: nickiannone <https://github.com/nickiannone> | ||
// Definitions by: nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -14,5 +14,7 @@ | ||
declare interface twilio { | ||
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient; | ||
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient | ||
} | ||
declare function twilio(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient; | ||
declare namespace twilio { | ||
@@ -19,0 +21,0 @@ |
{ | ||
"name": "@types/twilio", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "TypeScript definitions for twilio", | ||
"license": "MIT", | ||
"author": "nickiannone <https://github.com/nickiannone>", | ||
"contributors": [ | ||
{ | ||
"name": "nickiannone", | ||
"url": "https://github.com/nickiannone" | ||
}, | ||
{ | ||
"name": "Ashley Brener", | ||
"url": "https://github.com/ashleybrener" | ||
} | ||
], | ||
"main": "", | ||
@@ -19,4 +28,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "aa2c58cf358674c409497177189977d4778eac2f7dc1b7debd5ec50e70bf5e9d" | ||
"typesPublisherContentHash": "6e413f31b6c22c7628e984012a7ed7f08d2118c1be3ce986830cc4b7e6737352", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/twilio | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/twilio | ||
Additional Details | ||
* Last updated: Mon, 07 Nov 2016 13:51:30 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: express, node, q | ||
* Module Dependencies: express, http, q | ||
* Global values: twilio | ||
* Last updated: Sat, 11 Mar 2017 01:36:05 GMT | ||
* Dependencies: express, http, q, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by nickiannone <https://github.com/nickiannone>. | ||
These definitions were written by nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31574
3
708
17