UNPKG
state-advice
Version:
latest (1.0.0)
1.0.0
This will auto-correct the indian state
state-advice
/
test.js
6 lines
(3 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
const
stateadvice =
require
(
"./index"
);
let
corrected = stateadvice.
autoCorrect
({
state
:
"pune"
,
pincode
:
"411001"
});
console
.
log
(
"pune="
, corrected);