UNPKG

@socketsupply/socket

Version:

A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.

9 lines (8 loc) 238 B
/** * @module mime * @notice This is a rexports of `mime/index.js` so consumers will * need to only `import mime from 'socket:mime'` */ import * as exports from './mime/index.js' export * from './mime/index.js' export default exports