Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable convertJsonToTsv
import { convertJsonToTsv } from "https://deno.land/x/bid@v0.2.4/core/convert.ts";

JSONをTSV(タブで区切られた汎用型データ形式、Google日本語入力で使用)のテキストデータに変換する

type

(
dictionaries: Dictionaries,
imeType: IMEType,
insert?: Insert,
) => string