aboutsummaryrefslogtreecommitdiff
path: root/temp/test.ts
blob: 5d5dc686cb7725058ef51b85c6bba3b16966b7d5 (plain)
1
2
3
4
5
6
7
import Yomikun from "../api/yomikun.ts";
import DirectCoreClient from "../core/direct/client.ts";
var api = new Yomikun(new DirectCoreClient());
await api.ready;
var sentence = await api.sentence("コツとかあんの?");
console.log(sentence.words);