From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +0800
Subject: [PATCH] 推送

---
 node_modules/@types/node/quic.d.ts |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/node_modules/@types/node/quic.d.ts b/node_modules/@types/node/quic.d.ts
index 9a6fd97..7fe6188 100644
--- a/node_modules/@types/node/quic.d.ts
+++ b/node_modules/@types/node/quic.d.ts
@@ -1,16 +1,3 @@
-/**
- * The 'node:quic' module provides an implementation of the QUIC protocol.
- * To access it, start Node.js with the `--experimental-quic` option and:
- *
- * ```js
- * import quic from 'node:quic';
- * ```
- *
- * The module is only available under the `node:` scheme.
- * @since v23.8.0
- * @experimental
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/quic.js)
- */
 declare module "node:quic" {
     import { KeyObject, webcrypto } from "node:crypto";
     import { SocketAddress } from "node:net";

--
Gitblit v1.9.3