Skip to content

Commit

Permalink
add missing api file
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 22, 2024
1 parent e77b681 commit 219a13e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .api-reports/api-report-utilities_internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## API Report File for "@apollo/client"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts

// @internal
export function createWrappableFunction<T extends (...args: any[]) => any>(fn: T): T;

// @internal
export function wrapFunction<T extends (...args: any[]) => any>(fn: T, createWrapper: (orig: T, lastWrapper: T) => T): T;

// (No @packageDocumentation comment for this package)

```

0 comments on commit 219a13e

Please sign in to comment.