UNPKG

node-sass-magic-importer

Version:

Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing files only once

5 lines (4 loc) 245 B
import { IGlob } from '../interfaces/IGlob'; import { IPath } from '../interfaces/IPath'; import { IResolveGlobUrl } from '../interfaces/IResolveGlobUrl'; export declare function resolveGlobUrlFactory(glob: IGlob, path: IPath): IResolveGlobUrl;