Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Keyboard

import type { Keyboard } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
type Keyboard = Device & {
rules: string;
model: string;
layout: string;
variant: string;
options: string;
active_keymap: string;
main: boolean;
}
;

§Type

§
Device & {
rules: string;
model: string;
layout: string;
variant: string;
options: string;
active_keymap: string;
main: boolean;
}
[src]