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