in src/FunctionsFramework.php [38:41]
public static function typed(string $name, callable $fn) { Invoker::registerFunction($name, new TypedFunctionWrapper($fn)); }