0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 22:59:41 -04:00
deno/tests/testdata/jsr/registry/@denotest/no-module-graph/0.2.0/mod.ts
David Sherret 48daf2dc88
chore: add tests for moduleGraph2 (#23603)
Also did some renames from underscores to hyphens
2024-04-29 14:09:58 -04:00

3 lines
80 B
TypeScript

export default "0.2.0";
export { default as TestClass } from "./TestClass.ts";