UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 212 B
import type { Node } from "postcss"; export type ImportResolve = (url: string, basedir: string, extensions: string[], atRule: Node) => Promise<string> | string; export declare const importResolve: ImportResolve;