README
countries-vat
Get a country VAT rate. ISO 3166-1 compliant.
Install
$ npm install countries-vat --save
Usage
const countriesVat = require('countries-vat')
countriesVat('do something')
// => return something
API
countriesVat(input, [options])
input
Required
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
countries-vat © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.
kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats