codegen/examples/somethingEarly.gen.ts
2024-11-23 14:18:52 -08:00

4 lines
60 B
TypeScript

export default () => {
return `export const five = 5;`;
};