release: WRNexusJS 0.3.5

This commit is contained in:
2026-07-24 12:46:44 +05:30
parent 44ba847210
commit c81dedff17
2114 changed files with 65790 additions and 150559 deletions
@@ -0,0 +1,8 @@
import { v } from "@wrnexus/validation";
export default v.object({
"pin-input-10": v
.string()
.required("Enter your six-digit verification code.")
.length(6, "The verification code must contain six digits."),
});