MCPcopy 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
33function not(value) {
34 return value === null ? value : !value;
35}
36
37function equals(a, b, strict) {
38 if (a.type !== b.type) return null;

Callers 2

ast-utils.jsFile · 0.85
isFalsyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected