Definition
source
/**
* @param Chart $type
* @param null|Path|string $output - @deprecated use $loader->withOutputPath() instead
* @param null|Path|string $template - @deprecated use $loader->withTemplate() instead
*/
to_chartjs_file(Chart $type, Path|string|null $output, Path|string|null $template) : ChartJSLoader