UNPKG

80 BTypeScriptView Raw
1declare const upperFirst: (value: string) => string;
2export default upperFirst;