BREAKING CHANGE(scope): update scope

This commit is contained in:
2018-10-06 15:38:55 +02:00
parent 79f78550ba
commit 17ecde59d5
15 changed files with 1033 additions and 503 deletions

View File

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