MCPcopy Index your code
hub / github.com/dropbox/ts-transform-react-constant-elements / transform

Function transform

src/transform.ts:184–188  ·  view source on GitHub ↗
(
  opts: Opts = {}
)

Source from the content-addressed store, hash-verified

182}
183
184export function transform(
185 opts: Opts = {}
186): ts.TransformerFactory<ts.SourceFile> {
187 return ctx => sf => visitSourceFile(ctx, sf, opts);
188}

Callers

nothing calls this directly

Calls 1

visitSourceFileFunction · 0.85

Tested by

no test coverage detected