Files
emaui/node_modules/es-toolkit/dist/compat/object/property.d.mts
2026-05-29 15:23:46 +03:00

6 lines
206 B
TypeScript

import { PropertyPath } from "../_internal/PropertyPath.mjs";
//#region src/compat/object/property.d.ts
declare function property<T, R>(path: PropertyPath): (obj: T) => R;
//#endregion
export { property };