This commit is contained in:
2018-03-05 01:21:25 +01:00
commit e295f47133
13 changed files with 350 additions and 0 deletions

View File

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

3
ts/index.ts Normal file
View File

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