cli/assets/templates/npm/ts/index.ts
2024-06-21 19:48:43 +02:00

4 lines
125 B
TypeScript

import * as plugins from './{{module.name}}.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';