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/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