UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

4 lines (3 loc) 154 B
export function isNotNil(value: undefined | null | string | number | boolean): boolean { return (typeof(value) !== 'undefined') && value !== null; }