/** * Returns first obj property in the obj */ export declare function or_in< obj_T extends object = object >( obj:obj_T, name_a:string[] ):string|undefined export { or_in as or__in }