@barchart/common-js
Advanced tools
Comparing version 4.42.1 to 4.43.0
@@ -86,2 +86,13 @@ const assert = require('./assert'), | ||
/** | ||
* The Swiss Franc. | ||
* | ||
* @public | ||
* @static | ||
* @returns {Currency} | ||
*/ | ||
static get CHF() { | ||
return chf; | ||
} | ||
/** | ||
* The Euro. | ||
@@ -159,2 +170,3 @@ * | ||
const cad = new Currency('CAD', 'Canadian Dollar', 2, 'CAD$'); | ||
const chf = new Currency('CHF', 'Swiss Franc', 2, 'CHF'); | ||
const eur = new Currency('EUR', 'Euro', 2, 'EUR'); | ||
@@ -161,0 +173,0 @@ const gbp = new Currency('GBP', 'British Pound', 2, 'GBP'); |
{ | ||
"name": "@barchart/common-js", | ||
"version": "4.42.1", | ||
"version": "4.43.0", | ||
"description": "Library of common JavaScript utilities", | ||
@@ -5,0 +5,0 @@ "author": { |
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
296258
11026