pub fn wasm_tokenize_spell_desc(input: &str) -> Result<JsValue, WasmCommonError>Expand description
Tokenize a spell description into fragments for debug display.
ยงErrors
Returns WasmCommonError when the token fragments cannot be serialized for JavaScript.