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) 234 B
/** * @ignore * @notice This is a rexports of `fetch/index.js` so consumers will * need to only `import * as fetch from 'socket:fetch'` */ import fetch from './fetch/index.js' export * from './fetch/index.js' export default fetch