1 2 3 4 5 6 7
// mock file to get deno to stop complaining // @ts-nocheck // deno-lint-ignore-file export default async () => ({ run_with_pending: async () => { } })