Skip to content

Commit 012bff5

Browse files
committed
Update (core) add null-object jsdoc
1 parent 6e84dd4 commit 012bff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/nullObject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @description
5-
* Creates a no-op proxy that silently accepts any method calls, property accesses,
5+
* Creates a no-op object that silently accepts any method calls, property accesses,
66
* or assignments (even nested). Useful for optional dependencies or safe stubbing.
77
* Optional name aids debugging via .toString().
88
*

0 commit comments

Comments
 (0)