fix(core): update

This commit is contained in:
2019-03-02 23:10:32 +01:00
parent 4e9023332d
commit 5b250110fc
21 changed files with 2032 additions and 2271 deletions

8
test/test.ts Normal file
View File

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