printer-notifications/node_modules/svelte-preprocess/dist/transformers/replace.d.ts
2023-11-13 16:10:04 -05:00

4 lines
135 B
TypeScript

import type { Transformer, Options } from '../types';
declare const transformer: Transformer<Options.Replace>;
export { transformer };