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 / typings / string / firstToUpperCase.d.ts
Size: Mime:
declare const _default: (str: string) => string;
/**
 * @name firstToUpperCase
 * @since 2.0.0
 * @memberOf string
 * @param  {string} str take first char to uppercase
 * @return {string} str with uc first
 * @example firstToUpperCase('eh') //=> 'Eh'
 */
export default _default;