import { waitForConvertOrder } from "./converter.ts"; const result = await waitForConvertOrder(["hoge", "huge", "takker"]); console.log(result);