@showbridge/lib
Version:
Main library for showbridge protocol router
12 lines (11 loc) • 389 B
TypeScript
export declare function getTemplateResult(templateString: any, data: any): string;
export declare function resolveTemplatedProperty(params: {
[key: string]: any;
}, property: string, data: {
[key: string]: any;
}): number | string | boolean | any[];
export declare function resolveAllKeys<T extends object>(_obj: {
[key: string]: any;
}, data: {
[key: string]: any;
}): T;