UNPKG

@bravemobile/korea-administrative-area-geo-json-util

Version:
8 lines (7 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotNil = void 0; var isNotNil = function (value) { return value !== null && value !== undefined; }; exports.isNotNil = isNotNil;