UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

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