UNPKG

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