UNPKG

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