smartmime/ts/smartmime.plugins.ts

14 lines
153 B
TypeScript
Raw Normal View History

2020-03-04 14:21:44 +00:00
// node native scope
import * as path from 'path';
export {
path
};
// thirdparty scope
import mimeTypes from 'mime-types';
export {
mimeTypes
};