UNPKG

@protocolnebula/ts-openapi-generator

Version:

Build API and models from Swagger/OpenAPI to use in any project type

7 lines 286 B
/** * Find an object inside another object by a given path * @param $ref Path to find EX: '#/level1/level2/level3' * @param fullObject Full instance of the object */ export declare function findInObject($ref: string, fullObject: any): any; //# sourceMappingURL=objects.util.d.ts.map