UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 128 B
import type { Stylesheet } from "./types.d.cts"; declare const applyRaws: (stylesheet: Stylesheet) => void; export = applyRaws;