import type { a_nowrap_T } from '../a_nowrap/index.js' import type { falsy } from '../falsy/index.js' /** * Returns function that returns the first falsy from `value` or `a_unwrap` or the last value of `a_unwrap`. */ export declare function right_and_( a_unwrap:a_nowrap_T ):(val:Val)=>Val|falsy export { right_and_ as _and, right_and_ as _and__right, }