UNPKG

@chatterton/angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

8 lines (6 loc) 145 B
export function isPresent(o) { return o !== null && o !== undefined; } export function isBlank(o) { return o === null || o === undefined; }