UNPKG

@thepassle/app-tools

Version:

Collection of tools I regularly use to build apps. Maybe they're useful to somebody else. Maybe not. Most of these are thin wrappers around native API's, like the native `<dialog>` element, `fetch` API, and `URLPattern`.

14 lines (13 loc) 293 B
export namespace KEYCODES { const TAB: number; const ENTER: number; const SHIFT: number; const ESC: number; const SPACE: number; const END: number; const HOME: number; const LEFT: number; const UP: number; const RIGHT: number; const DOWN: number; }