UNPKG

state-advice

Version:

This will auto-correct the indian state

6 lines (3 loc) 154 B
const stateadvice = require("./index"); let corrected = stateadvice.autoCorrect({ state: "pune", pincode: "411001" }); console.log("pune=", corrected);