BREAKING CHANGE(core): update

This commit is contained in:
2024-05-21 00:57:24 +02:00
parent 70dc0ef68f
commit 139b31be07
9 changed files with 5234 additions and 3207 deletions

View File

@@ -4,6 +4,7 @@ import * as path from 'path';
export { path };
// thirdparty scope
import mimeTypes from 'mime-types';
import * as fileType from 'file-type';
import mime from 'mime';
export { mimeTypes };
export { fileType, mime, };