UNPKG

snowpack-plugin-stylus

Version:

Use the Stylus compiler to build .styl files from source

7 lines (6 loc) 193 B
import { Options } from './interface'; export declare function getDependencies({ content, filePath, options, }: { content: string; filePath: string; options: Options; }): string[];