SetUnmasked
Set the store with the unmasked value
setUnmasked(value: any): string
import TsNanoForm from "./nanoForm";
const formUser = TsNanoForm.getForm("user");
const { field } = formUser;
const { setUnmasked } = field("name");
setUnmasked("123-456");
//123456