1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 05:45:09 -05:00
denoland-deno/tests/registry/npm/@denotest/cjs-default-export/1.0.0/index.d.ts

7 lines
160 B
TypeScript
Raw Normal View History

export default function (): number;
export declare function named(): number;
declare class MyClass {
static someStaticMethod(): string;
}
export { MyClass };