smartmime/ts/smartmime.plugins.ts

10 lines
149 B
TypeScript
Raw Normal View History

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