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

InputFormats

import type { InputFormats } from "https://raw.githubusercontent.com/takker99/deno-anki/master/deps.ts";
type InputFormats = InputByType[keyof InputByType] | Promise<InputByType[keyof InputByType]>;

§Type

§
InputByType[keyof InputByType] | Promise<InputByType[keyof InputByType]>
[src]