fix(core): update

This commit is contained in:
2022-04-25 09:58:42 +02:00
commit bcb8a771e1
14 changed files with 19115 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import * as plugins from './commitinfo.plugins.js';
export class CommitInfo {}

2
ts/commitinfo.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 './commitinfo.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';