kylekatarnls/nodejs-php-fallback

View on GitHub
src/NodejsPhpFallback/WrapperInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace NodejsPhpFallback;

interface WrapperInterface
{
    public function compile();

    public function fallback();
}