/home/techb158/dev.balacoffee.com/vendor/league/commonmark/src/Node/Query
NameSizeModeActions
AndExpr.php11340644editdlrm
ExpressionInterface.php4290644editdlrm
OrExpr.php11310644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/league/commonmark/src/Node/Query/ExpressionInterface.php (429B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace League\CommonMark\Node\Query; use League\CommonMark\Node\Node; interface ExpressionInterface { public function __invoke(Node $node): bool; }