UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

5 lines 282 B
import { Param } from "../../../../types"; export declare const isInteger: (value: string, key: string) => void; export declare const isAddress: (value: string, key: string) => void; export declare const verifyParam: (param: Param) => void; //# sourceMappingURL=verifyParam.d.ts.map