Sha256: 202e1032fd5cb468710caabf4b1aa18d2e0024aeef1be36750153579ba9a6aa4
Contents?: true
Size: 298 Bytes
Versions: 38
Compression:
Stored size: 298 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmpty = exports.isString = void 0; function isString(input) { return typeof input === 'string'; } exports.isString = isString; function isEmpty(input) { return input === ''; } exports.isEmpty = isEmpty;
Version data entries
38 entries across 38 versions & 4 rubygems