mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-17 00:19:12 +08:00
3 lines
176 B
Text
3 lines
176 B
Text
import type { PreprocessorGroup, Options } from '../types';
|
|
declare const _default: (options?: Options.Coffeescript | undefined) => PreprocessorGroup;
|
|
export default _default;
|