UNPKG

gulp-slm

Version:
12 lines (9 loc) 227 B
import { Transform } from 'node:stream'; type Options = { filename?: string extension?: string data?: any locals?: any }; declare const gulpSlm: (opts?: Options) => Transform; export { type Options, gulpSlm as default };