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.

22 lines (18 loc) 415 B
import { executionAsyncResource, executionAsyncId, triggerAsyncId, createHook } from './async/hooks.js' import { AsyncLocalStorage } from './async/storage.js' import { AsyncResource } from './async/resource.js' import * as exports from './async_hooks.js' export { AsyncLocalStorage, AsyncResource, executionAsyncResource, executionAsyncId, triggerAsyncId, createHook } export default exports