fix(core): update

This commit is contained in:
2021-04-12 19:00:08 +00:00
commit e8f2c43629
13 changed files with 12217 additions and 0 deletions

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