/** * Returns first obj property that is truthy */ export declare function or_property(obj:I, name_a:string[]):I[keyof I]|undefined export { or_property as or__property }