Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drollup/plugins/css/mod.ts>OutputFunction

Next-generation ES module bundler ported for Deno
Latest
type alias OutputFunction
import { type OutputFunction } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/plugins/css/mod.ts";
definition: (
styles: string,
styleNodes: Record<string, string>,
bundle: OutputBundle,
) => void