Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-lego / dist / atIs.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const chain_able_deps_1 = require("chain-able-deps");
// const firstToUpperCase = require('../string/firstToUpperCase')
// const isString = require('../is/stringPrimitive')
// const isObj = require('../is/obj')
// const toObjStringTag = require('./toObjStringTag')
// const toKindOf = require('./toKindOf')
// --- string ---
const firstIsLowerCase = chain_able_deps_1.pipeTwo(chain_able_deps_1.charCodeAtZero, c => c >= 97 && c <= 122);
exports.firstIsLowerCase = firstIsLowerCase;
exports.default = firstIsLowerCase;
//# sourceMappingURL=atIs.js.map