UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

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