1.0.5 • Published 7 years ago

oxinh v1.0.5

Weekly downloads
10
License
ISC
Repository
-
Last release
7 years ago

oxinh

node js common util module

1 install libs

npm install oxinh

2 load libs

const oXinh = require('oxinh');

3 use

const phoneServices = new oXinh('PhoneUtils');

const telco = phoneServices.getTelcoVNFromPhone('0906820686');

console.log(telco);

const commonServices = new oXinh('CommonUtils');

const telco = commonServices.getCurrentTime();

console.log(telco);
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago