MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / BundleOptions

Interface BundleOptions

src/Bundle.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const hasOwnProp = Object.prototype.hasOwnProperty
12
13export interface BundleOptions {
14 intro?: string
15 separator?: string
16}
17
18interface BundleSourceDescription {
19 filename?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected