mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 01:58:05 -05:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
|
import { Other } from "jsr:@denotest/module_graph@1/other.ts";
|
||
|
import version from "jsr:@denotest/no_module_graph@^0.1/mod.ts";
|
||
|
|
||
|
export default {
|
||
|
version,
|
||
|
other: new Other(),
|
||
|
};
|