Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rollup/plugins
/ not
Function
not
packages/commonjs/src/ast-utils.js:33–35 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
31
};
32
33
function
not(value) {
34
return
value === null ? value : !value;
35
}
36
37
function
equals(a, b, strict) {
38
if
(a.
type
!== b.
type
)
return
null;
Callers
2
ast-utils.js
File · 0.85
isFalsy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected