SetMoneyMasked
Set the store with the masked money
setMoneyMasked(value: string): string
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { field } = formUser;
const { setMoneyMasked } = field("name");
setMoneyMasked("123456");