• Preparing search index...
  • The search index is not available
Endo API documentation
  • Endo API documentation
  • @endo/exo
  • makeExo

Function makeExo

  • makeExo<T>(tag, interfaceGuard, methods, options?): Guarded<T>
  • Type Parameters

    • T extends Methods

    Parameters

    • tag: string
    • interfaceGuard: undefined | InterfaceGuard<{
          [M in string | number | symbol]: MethodGuard
      }>

      CAVEAT: static typing does not yet support callWhen transformation

    • methods: T
    • Optionaloptions: FarClassOptions<ClassContext<{}, T>> = undefined

    Returns Guarded<T>

    • Defined in exo-makers.js:230

Settings

Member Visibility
Endo API documentation
  • Loading...

Generated using TypeDoc