UNPKG

snowpack-plugin-stylus

Version:

Use the Stylus compiler to build .styl files from source

3 lines (2 loc) 123 B
import { Options } from './interface'; export declare function render(content: string, options: Options): Promise<string>;