Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip

chore: wip
  • Loading branch information
chrisbbreuer committed Nov 3, 2024
1 parent 1bd6deb commit ac00ce4
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 131 deletions.
1 change: 1 addition & 0 deletions fixtures/output/function.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export declare function fetchUsers(): Promise<ResponseData>;
export declare function getProduct(id: number): Promise<ApiResponse<Product>>;
export declare function authenticate(user: string, password: string): Promise<AuthResponse>;
export declare function dts(options?: DtsGenerationOption): BunPlugin;
export declare function loadConfig <T extends Record<string, unknown>> ({ name, cwd, defaultConfig }: Options<T>): Promise<T>;
export declare function processData(data: string): string;
export declare function processData(data: number): number;
export declare function processData(data: boolean): boolean;
Expand Down
Loading

0 comments on commit ac00ce4

Please sign in to comment.