0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
2023-10-28 01:24:37 +00:00

5 lines
122 B
TypeScript

export {
assertStrictEquals,
} from "../../../../../test_util/std/testing/asserts.ts";
export * from "./interface.ts";