fix(core): update

This commit is contained in:
2020-03-04 14:21:44 +00:00
commit 3a067a7aae
13 changed files with 2074 additions and 0 deletions

13
ts/smartmime.plugins.ts Normal file
View File

@@ -0,0 +1,13 @@
// node native scope
import * as path from 'path';
export {
path
};
// thirdparty scope
import mimeTypes from 'mime-types';
export {
mimeTypes
};