UNPKG

codelyzer

Version:

Linting for Angular applications, following angular.io/styleguide.

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