Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bid/model.ts>ImeConfig

build IME dictionary
Latest
type alias ImeConfig
import { type ImeConfig } from "https://deno.land/x/bid@v1.0.3/model.ts";

IME設定

definition: [name in ImeType]: { lang: "ja-JP"; encoding: Encoding; bom?: boolean; dataType: "CSV" | "TSV"; hasWordClass: boolean; hasWordIgnore?: boolean; }