mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 09:55:21 -04:00
10 lines
112 B
JavaScript
10 lines
112 B
JavaScript
/**
|
|
* Returns bar (exciting!)
|
|
* @returns {string}
|
|
*/
|
|
function foo() {
|
|
return 'bar'
|
|
}
|
|
|
|
module.exports = foo
|