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

4 lines
135 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.Replace>;
export { transformer };