mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
5 lines
No EOL
64 B
JavaScript
5 lines
No EOL
64 B
JavaScript
const modifier = (text) => {
|
|
return { text }
|
|
}
|
|
|
|
modifier(text) |