import type { nullish } from '../nullish/index.js' import type { TupleExclude } from '../tuple/index.js' export function nullish__none_( $:T, _:(...$:TupleExclude)=>U, onnullish?:(nullish:nullish)=>unknown ):U export { nullish__none_ as nullish__check_, }