fix(core): update

This commit is contained in:
2020-03-05 20:39:44 +00:00
parent 45d8752a71
commit 20a16aef32
12 changed files with 1572 additions and 422 deletions

View File

@@ -1,5 +1,4 @@
import * as shortid from 'shortid';
import * as uuidv4 from 'uuid/v4';
import * as uuidv5 from 'uuid/v5';
import shortid from 'shortid';
import * as uuid from 'uuid';
export { shortid, uuidv4, uuidv5 };
export { shortid, uuid };