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.

8 lines (7 loc) 209 B
/** * @notice This is a rexports of `url/index.js` so consumers will * need to only `import * as url from 'socket:url'` */ import URL from './url/index.js' export * from './url/index.js' export default URL