Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 687 Bytes

File metadata and controls

27 lines (23 loc) · 687 Bytes

utils-cac v1.0.3

The library exported as Node.js modules

Installation

Using npm:

npm i --save countryabbrcontinent

In Node.js:

const cac = require('countryabbrcontinent');
console.log(cac);

/**
 * Object
 * convertFromAbbrToContinent: function()
 * convertFromAbbrToCountry: function()
 * convertFromContinentToCountryList: function()
 * convertFromCountryNameToAbbr: function()
 * convertFromCountryNameToContinent: function()
 */

See the package source for more details.

Keywords

modules util