Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/weak-value
/ values
Method
values
esm/index.js:86–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
*values() {
87
for
(
const
[_, value] of this[iterator]())
88
yield value;
89
}
90
}
91
92
export
default WeakValue;
Callers
1
index.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected