UNPKG
amogusify
Version:
latest (1.0.0)
1.0.0
this package allows you to amogusify any text.
github.com/Nerwind/amogusify
Nerwind/amogusify
amogusify
/
index.js
9 lines
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports =
class
amogus
{ /** * Amogusify ur text *
@param
{String}
text *
/ static amogusify(text) { return text.replace(/
[^eyioau](?=\s|
$)
/gi,
'$&us'
);
//
what did you think? a lot of code?
no
, there
's only 9 lines lmao } }