From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:48:15 +0800
Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改

---
 PAMapp/node_modules/@types/node/perf_hooks.d.ts |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/PAMapp/node_modules/@types/node/perf_hooks.d.ts b/PAMapp/node_modules/@types/node/perf_hooks.d.ts
index 0e4b48f..7d1e0b3 100755
--- a/PAMapp/node_modules/@types/node/perf_hooks.d.ts
+++ b/PAMapp/node_modules/@types/node/perf_hooks.d.ts
@@ -26,7 +26,7 @@
  *   performance.measure('A to B', 'A', 'B');
  * });
  * ```
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/perf_hooks.js)
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/perf_hooks.js)
  */
 declare module 'perf_hooks' {
     import { AsyncResource } from 'node:async_hooks';
@@ -397,9 +397,11 @@
             options:
                 | {
                       entryTypes: ReadonlyArray<EntryType>;
+                      buffered?: boolean | undefined;
                   }
                 | {
                       type: EntryType;
+                      buffered?: boolean | undefined;
                   }
         ): void;
     }
@@ -485,7 +487,7 @@
     }
     interface RecordableHistogram extends Histogram {
         /**
-         * @since v15.9.0
+         * @since v15.9.0, v14.18.0
          * @param val The amount to record in the histogram.
          */
         record(val: number | bigint): void;
@@ -494,7 +496,7 @@
          * previous call to `recordDelta()` and records that amount in the histogram.
          *
          * ## Examples
-         * @since v15.9.0
+         * @since v15.9.0, v14.18.0
          */
         recordDelta(): void;
     }
@@ -546,7 +548,7 @@
     }
     /**
      * Returns a `RecordableHistogram`.
-     * @since v15.9.0
+     * @since v15.9.0, v14.18.0
      */
     function createHistogram(options?: CreateHistogramOptions): RecordableHistogram;
 }

--
Gitblit v1.8.0