UNPKG

ice.fo.utils

Version:

8 lines (5 loc) 286 B
declare module "ice.fo.utils/GetterUtils" { export function get(o: any, key: string|string[], defaultV: any); export function getValue(o: any, defaultValue: string = '', path: string = ''); export function getLabel(o: any, defaultValue: string = '', path: string = ''); }