UNPKG

@r1tsu/payload

Version:

5 lines 199 B
/** * Creates a proxy for the given object that has its own property */ export default function isolateObjectProperty<T>(object: T, key: any): T; //# sourceMappingURL=isolateObjectProperty.d.ts.map