Applesauce
    Preparing search index...

    Type Alias Operation<I, R>

    Operation: (value: I) => R | Promise<R>

    A single operation that transforms a value (context-free)

    Type Parameters

    • I extends unknown = unknown
    • R extends unknown = unknown

    Type Declaration

      • (value: I): R | Promise<R>
      • Parameters

        • value: I

        Returns R | Promise<R>