--- sidebar_label: Mapper --- # Mapper type #### Signature: ```typescript export type Mapper = (value: From) => Awaitable; ``` **References:** [Awaitable](./puppeteer.awaitable.md)