(name: string, body: MacroDefinition)
| 120 | |
| 121 | // This function might one day accept an additional argument and do more things. |
| 122 | export default function defineMacro(name: string, body: MacroDefinition) { |
| 123 | _macros[name] = body; |
| 124 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…