UNPKG

ndbc-mysql

Version:

The ndbc connector to connect mysql database.

10 lines (9 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Utils = void 0; class Utils { static isNullOrEmpty(value) { return value === undefined || value === null || value === ""; } } exports.Utils = Utils;