mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 18:05:20 -04:00
chore: add tests, gh actions and prettier config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Matches any unicode character between "foo" and "bar"
|
||||
* @param {string} str
|
||||
* @returns {boolean}
|
||||
*/
|
||||
function fooBar(str) {
|
||||
return str.match(/\p{L}/gu)
|
||||
}
|
||||
|
||||
module.exports = fooBar
|
||||
Reference in New Issue
Block a user