0.0.4 • Published 3 years ago

vietnam-provinces v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vietnam-provinces

Install

npm install vietnam-provinces

Use

CommonJs

const { getProvincesWithDetail } = require('vietnam-provinces');

(() => {
  console.log(getProvincesWithDetail());
})();

ES Module

import pkg from 'vietnam-provinces';
const { getProvincesWithDetail } = pkg;

(() => {
  console.log(getProvincesWithDetail());
})();
0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago