@bitblit/asyncglk
Version:
A Typescript Glk library
7 lines (6 loc) • 384 B
TypeScript
export * from './index-common.js';
export { CheapAsyncDialog } from './dialog/node/async.js';
export { CheapStreamingDialog } from './dialog/node/cheap.js';
export { default as NodeStreamingDialog, NodeFileStream } from './dialog/node/node-streaming.js';
export { default as CheapGlkOte } from './glkote/cheap/cheap.js';
export { default as RemGlk } from './glkote/remglk/remglk.js';