UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

8 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSet = void 0; function isSet(value) { return value !== undefined && value !== null; } exports.isSet = isSet; //# sourceMappingURL=isSet.js.map