UNPKG

corde

Version:

A simple library for Discord bot tests

7 lines (6 loc) 190 B
/** * Check if a value is `null`, `undefined` or a empty `string`. * @param value String to check value. * @internal */ export declare function stringIsNullOrEmpty(value: any): boolean;