summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts b/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts
deleted file mode 100644
index 90fdfe5f6..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/index.d.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export default function (): number;
-export declare function named(): number;
-declare class MyClass {
- static someStaticMethod(): string;
-}
-export { MyClass };