import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that always recurs, mapping input values through the specified * function. * @tsplus static effect/core/io/Schedule.Ops fromFunction * @tsplus location "@effect/core/io/Schedule/operations/fromFunction" */ export declare function fromFunction(f: (a: A) => B): Schedule; //# sourceMappingURL=fromFunction.d.ts.map