MCPcopy
hub / github.com/TypeStrong/ts-node / macro

Method macro

src/test/testlib.ts:99–99  ·  view source on GitHub ↗
(
    cb: (
      ...args: Args
    ) =>
      | [
          ((title: string | undefined) => string | undefined) | string,
          (t: ExecutionContext<Ctx>) => Promise<void>
        ]
      | ((t: ExecutionContext<Ctx>) => Promise<void>)
  )

Source from the content-addressed store, hash-verified

97 skip<T extends any[]>(macros: OneOrMoreMacros<T, Context>, ...rest: T): void;
98
99 macro<Args extends any[], Ctx = Context>(
100 cb: (
101 ...args: Args
102 ) =>

Callers 6

esm-loader.spec.tsFile · 0.80
index.spec.tsFile · 0.80
helpers.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected