Repository URL to install this package:
|
Version:
6.0.4 ▾
|
declare const _default: (str: string) => number;
/**
* @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
*/
export default _default;