/** * A function that takes a single argument * * @public */ export type UnaryFunction = (a: Arg) => Ret;