hipthrusts - v1.2.0
    Preparing search index...

    Function assigneeCheckersOnIdKey

    • Type Parameters

      • TPrincipalIdKey extends string

      Parameters

      Returns {
          idOnKeyIs<TIdKey extends string>(
              idKey: TIdKey,
          ): <TPrincipal extends Record<TPrincipalIdKey, string>>(
              this: Record<TIdKey, string>,
              principal: TPrincipal,
          ) => boolean;
      }