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

4 lines
134 B
TypeScript

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