This commit is contained in:
2025-02-03 11:31:40 +01:00
commit 189b642721
39 changed files with 11800 additions and 0 deletions

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

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

3
ts/index.ts Normal file
View File

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