UNPKG

@playbooks/utils

Version:

A collection of utilities used for Playbooks.

10 lines (9 loc) 391 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const countryList = require("country-list"); const getCountryCode = countryList.getCode; const getCountryName = countryList.getName; const getCountryNames = countryList.getNames; exports.getCountryCode = getCountryCode; exports.getCountryName = getCountryName; exports.getCountryNames = getCountryNames;