@player-ui/player
Version:
6 lines • 461 B
TypeScript
import { BindingInstance } from "../../binding";
/** Recursively flattens a nested object to be an object of depth 1 with keys being the full path in the orginal object */
export declare function flatten(obj: any, roots?: [string][], sep?: string): any;
/** Converts an object into a list of binding/value tuples to use with a LocalModel object */
export declare function objectToBatchSet(obj: any): [BindingInstance, any][];
//# sourceMappingURL=utils.d.ts.map