mirror of https://github.com/webpack/webpack.git
4 lines
45 B
JavaScript
4 lines
45 B
JavaScript
|
export function square(n) {
|
||
|
return n * n;
|
||
|
}
|