UNPKG

@visulima/packem

Version:

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

6 lines (5 loc) 299 B
import type { ProcessOptions } from "postcss"; import type Processor from "postcss/lib/processor"; declare const load: Load; export type Load = (url: string, file: string, extensions: string[], processor: Processor, options?: ProcessOptions) => Promise<Record<string, string>>; export default load;