0.0.4 • Published 2 years ago

vietnam-provinces v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago