UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 283 B
import type { Declaration } from "postcss"; import type { Node, ParsedValue } from "postcss-value-parser"; export declare const isDeclWithUrl: (decl: Declaration) => boolean; export declare const walkUrls: (parsed: ParsedValue, callback: (url: string, node?: Node) => void) => void;