UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 141 B
import type { Importer } from "sass"; declare const importer: (resourcePath: string, debug: boolean) => Importer<"sync">; export = importer;