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