taxum
    Preparing search index...

    Type Alias Layer

    Represents a Layer that can wrap a service for adding functionality.

    type Layer = {
        layer: (inner: ServiceFn) => ServiceFn;
    }

    Implemented by

    Index

    Properties

    Properties

    layer: (inner: ServiceFn) => ServiceFn