/** * A function that takes a single argument * * @public */ export declare type UnaryFunction = (a: Arg) => Ret; //# sourceMappingURL=types.d.ts.map