Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit c4c7f25

Browse files
committed
export default
1 parent 772d7ae commit c4c7f25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/exported.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,6 @@ export interface Map<T> {
266266
[key: string]: T;
267267
}
268268

269-
export declare function openapi(options?: ParserOptions): OpenApiObject;
269+
declare function openapi(options?: ParserOptions): OpenApiObject;
270+
271+
export default openapi;

0 commit comments

Comments
 (0)