UNPKG

tr-ddns

Version:
8 lines (5 loc) 110 B
'use strict' function nullish(x) { return ((x === undefined) || (x === null)); } module.exports = nullish;