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

JSONをCSV(コンマで区切られた汎用型データ形式、ことえりで使用)のテキストデータに変換する

type

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