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

    Function newEtherT

    • Creates a new EtherT.

      Type Parameters

      • M

      Returns <T, const D extends Record<string, symbol> = Record<string, never>>(
          selfSymbol: EtherSymbol<T>,
          handler: (deps: EtherDeps<D>) => Get1<M, T>,
          depSymbols?: D,
      ) => EtherT<D, M, T>

      A new EtherT having parameters as fields.