Repository URL to install this package:
Version:
6.0.4 ▾
|
"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