import type { FnN2 } from "@thi.ng/api"; /** * Returns `a` divided by `b` or zero if `b = 0`. * * @param a - * @param b - */ export declare const safeDiv: FnN2; //# sourceMappingURL=safe-div.d.ts.map