---@type Context
local context = ...
BoltModule =
context:
---Register a function that processes an extension
---@param extensions string|string[] an extension, comma-separated extensions or a list of extensions
---@param callback fun(task_gen:Generator, node:Node, path:Node):void a function that will be called for every file that matches one of the extensions