Skip to content

Type Alias: NoExternalFn ​

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

Defined in: src/features/deps.ts:35

Parameters ​

id ​

string

importer ​

string | undefined

Returns ​

boolean | null | undefined | void

Released under the MIT License.