UNPKG

vn-provinces

Version:

A simple and easy-to-use npm package that provides a complete list of provinces and cities in Vietnam, including their names, codes, and geographical information.

7 lines (5 loc) 149 B
const { getProvinces } = require("./index"); (async () => { const rs = await getProvinces(); console.log("🎯 generate test", rs); })();