UNPKG

@bitblit/asyncglk

Version:
14 lines (10 loc) 300 B
/* AsyncGlk exports ================ Copyright (c) 2024 Dannii Willis MIT licenced https://github.com/curiousdannii/asyncglk */ export * from './index-common.js'; export { ProviderBasedBrowserDialog } from './dialog/browser/browser.js'; export { default as WebGlkOte } from './glkote/web/web.js';