| 12774 | */ |
| 12775 | |
| 12776 | const makeVerb = group => group.body.replace(/ /g, group.star ? '\u2423' : '\xA0'); |
| 12777 | |
| 12778 | /** Include this to ensure that all functions are defined. */ |
| 12779 | const functions = _functions; |
no outgoing calls
no test coverage detected