UNPKG

lfs-akairo

Version:

LFS Akairo is a framework designed to simplify the creation of InSim applications.

7 lines (5 loc) 274 B
declare function objectify(path: string, value: any): any; declare function merge(target: any, source: any): any; declare function retrieve(path: string, obj: any): any; declare function remove(obj: any, keys: string[]): any; export { merge, objectify, remove, retrieve };