次の方法で共有


CustomPromisify type

type CustomPromisify<TCustom> =
  | CustomPromisifySymbol<TCustom>
  | CustomPromisifyLegacy<TCustom>