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

8
test/test.ts Normal file
View File

@ -0,0 +1,8 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartmarkdown from '../ts/index';
tap.test('first test', async () => {
console.log(smartmarkdown.standardExport);
});
tap.start();