summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/registry/@denotest/deps/1.0.0/mod.ts
blob: 4ba0d8aaf0946f155f99841f771a66a468b392ab (plain)
1
2
3
4
5
6
7
import { Other } from "jsr:@denotest/module_graph@1/other";
import version from "jsr:@denotest/no_module_graph@^0.1";

export default {
  version,
  other: new Other(),
};