fix(core): update
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
};
|
||||
export { path };
|
||||
|
||||
// thirdparty scope
|
||||
import mimeTypes from 'mime-types';
|
||||
|
||||
export {
|
||||
mimeTypes
|
||||
};
|
||||
export { mimeTypes };
|
||||
|
||||
Reference in New Issue
Block a user