UNPKG

@2501-ai/cli

Version:

[![npm version](https://img.shields.io/npm/v/@2501-ai/cli.svg)](https://www.npmjs.com/package/@2501-ai/cli) [![HumanEval Score](https://img.shields.io/badge/HumanEval-96.95%25-brightgreen.svg)](https://www.2501.ai/research/full-humaneval-benchmark) [![Lic

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