fix(core): update

This commit is contained in:
2021-08-10 11:49:39 +02:00
parent 75394aaf8b
commit 1907d253be
9 changed files with 24570 additions and 563 deletions

View File

@@ -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 };