fix(core): initial

This commit is contained in:
2018-09-22 21:58:33 +02:00
parent a8bb8c981a
commit d05490fdc9
10 changed files with 1063 additions and 0 deletions

3
ts/index.ts Normal file
View File

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

View File

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