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