UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

6 lines (5 loc) 213 B
import { Entrypoint } from '../types'; /** * Generate and write all the files inside the `InternalConfig.typesDir` directory. */ export declare function generateWxtDir(entrypoints: Entrypoint[]): Promise<void>;