UNPKG

167 BTypeScriptView Raw
1import type { Options, PreprocessorGroup } from '../types/index';
2declare const pug: (options?: Options.Pug) => PreprocessorGroup;
3export default pug;
4export { pug };