UNPKG

@visulima/packem

Version:

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

7 lines (6 loc) 392 B
import type { CSSImports } from "icss-utils"; import type { ProcessOptions } from "postcss"; import type Processor from "postcss/lib/processor"; import type { Load } from "./load.d.mts"; declare const resolve: (icssImports: CSSImports, load: Load, file: string, extensions: string[], processor: Processor, options?: ProcessOptions) => Promise<Record<string, string>>; export default resolve;