mirror of https://github.com/webpack/webpack.git
4 lines
58 B
JavaScript
4 lines
58 B
JavaScript
|
|
export function upper(str) {
|
||
|
|
return str.toUpperCase();
|
||
|
|
}
|