This commit is contained in:
2018-03-30 19:42:14 +02:00
commit 9c99f6d7e5
14 changed files with 353 additions and 0 deletions

3
ts/index.ts Normal file
View File

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