---
url: /reference/api/TypeAlias.NoExternalFn.md
---
# Type Alias: NoExternalFn

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

Defined in: [src/features/deps.ts:35](https://github.com/rolldown/tsdown/blob/eb40c95efdf7f98d0aa7b0178a3b7322986bd419/src/features/deps.ts#L35)

## Parameters

### id

`string`

### importer

`string` | `undefined`

## Returns

`boolean` | `null` | `undefined` | `void`
