@haraldki/jsonaccess
    Preparing search index...

    Type Alias Extractor<B>

    Extractor: (a: unknown) => Maybe<B>

    The general type of function transforming some unknown into either a good B or a JsonAccessError.

    Type Parameters

    • B

      the output type if all goes well

    Type Declaration