We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e84dd4 commit 012bff5Copy full SHA for 012bff5
1 file changed
src/core/nullObject.ts
@@ -2,7 +2,7 @@
2
3
/**
4
* @description
5
- * Creates a no-op proxy that silently accepts any method calls, property accesses,
+ * Creates a no-op object that silently accepts any method calls, property accesses,
6
* or assignments (even nested). Useful for optional dependencies or safe stubbing.
7
* Optional name aids debugging via .toString().
8
*
0 commit comments