UNPKG

corde

Version:

A simple library for Discord bot tests

7 lines (6 loc) 170 B
/** * Check if a object is **null** ou **undefined** * @param obj Object to be verified. * @internal */ export declare function isNullOrUndefined(obj: any): boolean;