import type { andand_key_T } from '../andand/index.js' /** * Applies `&&` to a chain of property name or function with return value from `obj`. */ export declare function andandfn(obj:Val, ...name_a:andand_key_T[]):Out export declare type andandfn_T = (obj:Val)=>Out export { andandfn as andand__fn, } /** * Returns a function that calls `andand_(obj, ...name_a)` */ export declare function andandfn_( ...name_a:andand_key_T[] ):andandfn_T export { andandfn_ as _andand_, andandfn_ as _fn__andand__fn, }