UNPKG

beach-day

Version:

API integration testing as fun as a day on the beach

5 lines (4 loc) 231 B
export declare class ObjectUtils { static getProp(source: Object | Array<any>, propertyAccessor: string, convertUndefinedToNull?: boolean): any; static setProp(target: any, propertyAccessor: string, value: any): any; }