Files
yaak-mountain-loop/src-tauri/yaak_templates/index.ts
2024-09-23 07:22:25 -07:00

5 lines
74 B
TypeScript

export * from './bindings/parser';
export type COOL = {
bar: string;
};