@types/speakingurl
Advanced tools
Comparing version 13.0.0 to 13.0.1
@@ -26,5 +26,5 @@ // Type definitions for speakingurl 13.0 | ||
declare namespace getSlug { | ||
export function createSlug(options: SpeakingURLOptions): (input: string) => string; | ||
function createSlug(options: SpeakingURLOptions): (input: string) => string; | ||
} | ||
export = getSlug; |
{ | ||
"name": "@types/speakingurl", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "TypeScript definitions for speakingurl", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "44690c50589a98fc26833ba6c274a23b44fb752c479d2f0dbdb714de81c369fe", | ||
"typesPublisherContentHash": "0edb4b95d6ba3907eaa1cdabe5bd792be475c572e4c2a6b0a03178811d104025", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 17 Mar 2017 17:56:27 GMT | ||
* Last updated: Tue, 28 Mar 2017 19:51:22 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
1957