Skip to content

Type Alias: NoExternalFn()

ts
type NoExternalFn = (id, importer) => boolean | null | undefined | void

Defined in: src/options/types.ts:87

Parameters

id

string

importer

string | undefined

Returns

boolean | null | undefined | void

Released under the MIT License.