for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use ExoUNX\Vasri\Vasri;
if ( ! function_exists('vasri')) {
/**
* Get file and generate version and SRI if enabled
*
* @param $type
* @param $path
* @param bool $versioning
* @param bool $sri
* @return mixed
* @throws Exception
*/
function vasri($type, $path, $versioning = true, $sri = true)
{
return Vasri::vasri($type, $path, $versioning, $sri);
}