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

Interface Opts

src/transform.ts:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180export interface Opts {
181 verbose?: boolean;
182}
183
184export function transform(
185 opts: Opts = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected