fix(core): update

This commit is contained in:
2019-05-27 13:13:41 +02:00
commit b28a506100
10 changed files with 1891 additions and 0 deletions

3
ts/index.ts Normal file
View File

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

View File

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