From e14b315a088d375b80e46978bd769c7d13e71001 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 6 Aug 2023 15:01:13 +0200 Subject: move todo and refactor db/find.sql --- temp/test.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 temp/test.ts (limited to 'temp') diff --git a/temp/test.ts b/temp/test.ts new file mode 100644 index 0000000..5d5dc68 --- /dev/null +++ b/temp/test.ts @@ -0,0 +1,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); + -- cgit v1.2.3