UNPKG

@playbooks/utils

Version:

A collection of utilities used for Playbooks.

10 lines (9 loc) 223 B
import { getCode, getName, getNames } from "country-list"; const getCountryCode = getCode; const getCountryName = getName; const getCountryNames = getNames; export { getCountryCode, getCountryName, getCountryNames };