UNPKG

bahtrext

Version:
11 lines (9 loc) 187 B
import ABT from "./ABT"; export default (money) => { return { val: money, typ: typeof money, err: typeof ABT(money) === "undefined", txt: ABT(money), }; };