UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 172 B
import type { ImporterReturnType } from "node-sass"; declare const importer: (url: string, previousImporter: string) => ImporterReturnType | null; export default importer;