UNPKG

typedescriptor

Version:

typedescriptor identifies and describes types.

8 lines (7 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUndefined = void 0; const isUndefined = function (value) { return typeof value === 'undefined'; }; exports.isUndefined = isUndefined;