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

Interface BundleOptions

src/Bundle.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected