UNPKG

@visulima/packem

Version:

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

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