mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:29:30 +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;
|