UNPKG

genthaiid

Version:
17 lines (16 loc) 370 B
import getRndInteger from "./getRndInteger"; import getLastDigit from "./getLastDigit"; import gen from "./gen"; import random from "./random"; import verify from "./verify"; import completeid from "./completeid"; import thaiIdRegex from "./thaiIdRegex"; export { getRndInteger, getLastDigit, gen, random, verify, completeid, thaiIdRegex, };