import type { a_nowrap_T } from '../a_nowrap/index.js' /** * Returns `==` operator to all values in `a_nowrap`. */ export declare function eq(a_nowrap:a_nowrap_T):boolean export declare type eq_T = (a_nowrap:I)=>boolean /** * Returns function that returns `==` operator to all values in `in_value_aS`. */ export declare function eq_(a_nowrap:a_nowrap_T):eq_fn_T export { eq_ as _eq, eq_ as _fn__eq, } export declare type eq_fn_T = (value:I)=>boolean