@mikuroxina/mini-fn
    Preparing search index...

    Function checked

    • A Model with custom checker function.

      Type Parameters

      • T

      Parameters

      • base: Model.Model<T>

        Underlying type to extends with checker.

      Returns <S extends symbol>(
          checker: (value: T) => boolean,
      ) => Model.Model<T & Record<S, never>>

      A new Model with the custom checker function.