This commit is contained in:
2025-02-24 23:02:17 +00:00
commit 33932a4b23
17 changed files with 10058 additions and 0 deletions

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './tspm.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';

2
ts/tspm.plugins.ts Normal file
View File

@ -0,0 +1,2 @@
const removeme = {};
export { removeme };