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-deps / dist / string / charCodeAtZero.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * @memberOf string
 * @name charCodeAtZero
 * @version 5.0.0 <- moved from util to string
 * @since 4.0.0
 * @param {string} str
 * @return {number}
 * @example charCodeAt('eh') //=> code for e
 */
exports.default = (function (str) { return str.charCodeAt(0); });
//# sourceMappingURL=charCodeAtZero.js.map