fix(core): update

This commit is contained in:
2020-03-27 13:40:03 +00:00
parent a84368fd42
commit 0a1bf06048
29 changed files with 1814 additions and 2230 deletions

8
test/test.ts Normal file
View File

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