UNPKG

vite-plugin-top-level-await

Version:

Transform code to support top-level await in normal browsers for Vite.

5 lines (4 loc) 176 B
import { Plugin } from "vite"; import { Options } from "./options"; export type { Options } from "./options"; export default function topLevelAwait(options?: Options): Plugin;