MCPcopy Create free account
hub / github.com/rollup/plugins / isFalsy

Function isFalsy

packages/commonjs/src/ast-utils.js:52–54  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

50}
51
52export function isFalsy(node) {
53 return not(isTruthy(node));
54}
55
56export function getKeypath(node) {
57 const parts = [];

Callers 2

enterFunction · 0.90
ast-utils.jsFile · 0.85

Calls 2

notFunction · 0.85
isTruthyFunction · 0.85

Tested by

no test coverage detected