All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.butterfaces-ts.butterfaces-util-object.ts Maven / Gradle / Ivy

The newest version!
namespace ButterFaces {
    export class Object {
        static isNullOrUndefined(value: any): boolean{
            return typeof value === "undefined" || value === null;
        };
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy