UNPKG

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