UNPKG

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