UNPKG

ndbc-mysql

Version:

The ndbc connector to connect mysql database.

6 lines (5 loc) 145 B
export class Utils { static isNullOrEmpty(value:String):boolean { return value === undefined || value === null || value === ""; } }