Hashtag-DnD/Context.js
2025-08-03 23:36:24 -07:00

6 lines
No EOL
115 B
JavaScript

const modifier = (text) => {
[text, stop] = AutoCards("context", text, stop);
return { text }
}
modifier(text)