diff options
Diffstat (limited to 'tests/registry/jsr/@denotest/multiple-exports/1.0.0/subtract.ts')
-rw-r--r-- | tests/registry/jsr/@denotest/multiple-exports/1.0.0/subtract.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/registry/jsr/@denotest/multiple-exports/1.0.0/subtract.ts b/tests/registry/jsr/@denotest/multiple-exports/1.0.0/subtract.ts new file mode 100644 index 000000000..215c42310 --- /dev/null +++ b/tests/registry/jsr/@denotest/multiple-exports/1.0.0/subtract.ts @@ -0,0 +1 @@ +export * from "jsr:@denotest/subtract@1"; |