cli/assets/templates/npm/ts/index.ts

4 lines
125 B
TypeScript
Raw Permalink Normal View History

2024-06-21 17:48:43 +00:00
import * as plugins from './{{module.name}}.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';