Skip to content

Commit 63f7e4f

Browse files
committed
chore: wip
chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip
1 parent 1bd6deb commit 63f7e4f

File tree

2 files changed

+213
-171
lines changed

2 files changed

+213
-171
lines changed

fixtures/output/function.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export declare function fetchUsers(): Promise<ResponseData>;
44
export declare function getProduct(id: number): Promise<ApiResponse<Product>>;
55
export declare function authenticate(user: string, password: string): Promise<AuthResponse>;
66
export declare function dts(options?: DtsGenerationOption): BunPlugin;
7+
export declare function loadConfig <T extends Record<string, unknown>> ({ name, cwd, defaultConfig }: Options<T>): Promise<T>;
78
export declare function processData(data: string): string;
89
export declare function processData(data: number): number;
910
export declare function processData(data: boolean): boolean;

0 commit comments

Comments
 (0)