BREAKING CHANGE(scope): update scope
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user