UNPKG

@edirect/form-engine

Version:

Achieve form logic reusage with forms expressed in json format.

5 lines (4 loc) 275 B
export declare const concatenate: (a: any, b: any) => any; export declare const add: (a: any, b: any) => string; export declare const subtract: (a: any, b: any) => number; export declare const replaceAll: (value: string, searchValue: string, replaceValue: string) => string;