UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 286 B
import type { LazyResult, Postcss, Result } from "postcss"; import type { ImportOptions } from "../types.d.cts"; declare const processContent: (result: Result, content: string, filename: string, options: ImportOptions, postcss: Postcss) => Promise<LazyResult>; export = processContent;