UNPKG

corde

Version:

A simple library for Discord bot tests

13 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true, }); exports.isNullOrUndefined = void 0; function isNullOrUndefined(obj) { return obj == null; } exports.isNullOrUndefined = isNullOrUndefined;