dleitee/valid.js

View on GitHub
src/lib/isnil.js

Summary

Maintainability
A
0 mins
Test Coverage
export const isNil = value => value === null || value === undefined;