UNPKG

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