printer-notifications/node_modules/svelte-preprocess/dist/transformers/coffeescript.d.ts

4 lines
140 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Coffeescript>;
export { transformer };