@types/iban
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -45,5 +45,5 @@ // Type definitions for iban.js 0.0.5 | ||
* @param {string} iban The IBAN to convert. | ||
* @param {string} The IBAN in print format. | ||
* @param {string} separator The separator to use between IBAN blocks, defaults to ' '. | ||
*/ | ||
printFormat(iban: string, separator: string[]): string; | ||
printFormat(iban: string, separator?: string): string; | ||
@@ -53,6 +53,6 @@ /** | ||
* @param {string} iban The IBAN to convert. | ||
* @param {string[]} Separator the separator to use between BBAN blocks. | ||
* @param {string} separator The separator to use between BBAN blocks, defaults to ' '. | ||
* @returns {string} The BBAN | ||
*/ | ||
toBBAN(iban: string, separator: string[]): string; | ||
toBBAN(iban: string, separator?: string): string; | ||
} | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "@types/iban", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "TypeScript definitions for iban.js", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Cyril Schumacher", | ||
"url": "https://github.com/cyrilschumacher" | ||
"url": "https://github.com/cyrilschumacher", | ||
"githubUsername": "cyrilschumacher" | ||
} | ||
@@ -20,4 +21,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4a6f2c8d6f8bc73b53136919ce9a814c4f3b95dfc59d3b6508b07458d25e923b", | ||
"typesPublisherContentHash": "05403d7f67eff47719ab69bd5158354f1d716bb24b1678c5fb376a28076cecbb", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: IBAN |
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
4377