UNPKG

@bitblit/asyncglk

Version:
16 lines (12 loc) 300 B
/* The GlkApi interface ==================== Copyright (c) 2022 Dannii Willis MIT licenced https://github.com/curiousdannii/asyncglk */ import { Blorb } from '../blorb/blorb.js'; import * as Const from './constants.js'; export const DidNotReturn = { dummy: 'Glk call has not yet returned', };