Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 238 Bytes

jm_validate

Verification param tool made by mySelf

how to use

import { validatorData } from "./validate";

import { activeRule } from "./rules/active";

let activeInfo = validatorData(param.activeInfo, activeRule.activeInfo, false);