From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/@types/node/assert.d.ts | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/node_modules/@types/node/assert.d.ts b/node_modules/@types/node/assert.d.ts
index ef4d852..c4cc77e 100644
--- a/node_modules/@types/node/assert.d.ts
+++ b/node_modules/@types/node/assert.d.ts
@@ -1,8 +1,3 @@
-/**
- * The `node:assert` module provides a set of assertion functions for verifying
- * invariants.
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/assert.js)
- */
declare module "node:assert" {
import strict = require("node:assert/strict");
/**
@@ -253,10 +248,10 @@
* import assert from 'node:assert/strict';
*
* // Using `assert()` works the same:
- * assert(0);
+ * assert(2 + 2 > 5);;
* // AssertionError: The expression evaluated to a falsy value:
* //
- * // assert(0)
+ * // assert(2 + 2 > 5)
* ```
* @since v0.1.21
*/
--
Gitblit v1.9.3