GetIsValid

Returns the state of the form

GetIsValid()
import TsNanoForm from "./nanoForm";

const formUser = TsNanoForm.getForm("user");
const { getIsValid } = formUser;
getIsValid();