Axinom Mosaic Libraries
    Preparing search index...
    MaskMiddleware: (
        value?: string | null,
        maskOptions?: MaskOptions,
    ) => string | null | undefined

    Type that represents a function which will mask logged value depending on provided options or any other criteria.

    Type Declaration

      • (value?: string | null, maskOptions?: MaskOptions): string | null | undefined
      • Parameters

        • Optionalvalue: string | null
        • OptionalmaskOptions: MaskOptions

        Returns string | null | undefined