ISO Validation

node v10.24.1
version: 1.0.0
endpointsharetweet
Why not use a library to test data that should conform to ISO standards? For example, currencies:
const currencies = require('iso-currencies') !!currencies.list()["GBP"]
... or locales:
const locales = require("i18n-locales") locales.indexOf("en-GB") > -1
Loading…

no comments

    sign in to comment