Issues (49)

src/lib/isnil.js (1 issue)

1
export const isNil = value => value === null || value === undefined;
0 ignored issues
show
The constant isNil seems to be never used. Consider removing it.
Loading history...
2