UNPKG

@digitalwalletcorp/sql-builder

Version:
9 lines (8 loc) 315 B
/** * entityで指定したオブジェクトからドットで連結されたプロパティキーに該当する値を取得する * * @param {Record<string, any>} entity * @param {string} property * @returns {any} */ export declare function getProperty(entity: Record<string, any>, property: string): any;