UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

8 lines (6 loc) 469 B
import type { Pail } from "@visulima/pail"; import type { Plugin } from "rollup"; import type { Environment } from "../../../types.d.cts"; import type { StyleOptions } from "./types.d.cts"; declare const _default: (options: StyleOptions, logger: Pail, browserTargets: string[], cwd: string, sourceDirectory: string, environment: Environment, useSourcemap: boolean, debug: boolean, minify: boolean, alias: Record<string, string>) => Promise<Plugin>; export = _default;