UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

7 lines 273 B
/** * Undefined-safe function to access the property given by path parameter * @param object The object to read from * @param path The path to the property */ export declare function elvis(object: any, path: string): any | undefined; //# sourceMappingURL=elvis.d.ts.map