UNPKG

@rightcapital/php-parser

Version:

TypeScript types for PHP Parser JSON representation

5 lines (3 loc) 148 B
import * as path from 'node:path'; export const PROJECT_ROOT = path.dirname(__dirname); export const SRC_ROOT = path.resolve(PROJECT_ROOT, 'src');