Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
export
interface
Opts {
181
verbose?: boolean;
182
}
183
184
export
function
transform(
185
opts: Opts = {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected