From 219a13ebf08f5c16409ebaf8cd30d195f01f4c17 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 22 Feb 2024 14:54:14 +0100 Subject: [PATCH] add missing api file --- .api-reports/api-report-utilities_internal.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .api-reports/api-report-utilities_internal.md diff --git a/.api-reports/api-report-utilities_internal.md b/.api-reports/api-report-utilities_internal.md new file mode 100644 index 00000000000..a73c63ae47d --- /dev/null +++ b/.api-reports/api-report-utilities_internal.md @@ -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 any>(fn: T): T; + +// @internal +export function wrapFunction any>(fn: T, createWrapper: (orig: T, lastWrapper: T) => T): T; + +// (No @packageDocumentation comment for this package) + +```