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