UNPKG

eslint-plugin-codelyzer

Version:

4 lines (3 loc) 176 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotNullOrUndefined = function (input) { return input !== null && input !== undefined; };