UNPKG

@realsee/dnalogel

Version:
11 lines (10 loc) 112 B
function t(n) { return !i(n); } function i(n) { return n != null; } export { t as isNil, i as notNil };