UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

6 lines (5 loc) 205 B
import { Entrypoint } from '../../../types'; /** * Return entrypoints and their configuration by looking through the project's files. */ export declare function findEntrypoints(): Promise<Entrypoint[]>;