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