UNPKG

76 BTypeScriptView Raw
1declare const upperCase: (str: string) => string;
2export default upperCase;