<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [worker-tls](./worker-tls.md) &gt; [INamedFunctionList](./worker-tls.inamedfunctionlist.md)

## INamedFunctionList type

命名函数的数组

**Signature:**

```typescript
export type INamedFunctionList = (AnyFunction | INamedFunction | INamedFunctionMap)[];
```
**References:** [INamedFunction](./worker-tls.inamedfunction.md)<!-- -->, [INamedFunctionMap](./worker-tls.inamedfunctionmap.md)

