@kiroboio/fct-core
Version:
Kirobo.io FCT Core library
11 lines • 501 B
TypeScript
import { IFCTOptions } from "../../types";
export declare const mustBeInteger: string[];
export declare const mustBeAddress: string[];
export declare const mustBeBoolean: string[];
export declare const mustBeObject: string[];
export declare function validateOptionsValues({ value, initOptions, parentKeys, }: {
value: Partial<IFCTOptions> | IFCTOptions["recurrency"] | IFCTOptions["multisig"];
initOptions: IFCTOptions;
parentKeys: string[];
}): void;
//# sourceMappingURL=helpers.d.ts.map