Skip to content

evansuner/utils-cac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published