LendAndRegret/node_modules/es-toolkit/dist/compat/object/property.d.ts
2026-05-02 17:27:43 +08:00

6 lines
152 B
TypeScript

import { PropertyPath } from '../_internal/PropertyPath.js';
declare function property<T, R>(path: PropertyPath): (obj: T) => R;
export { property };