/** * PHP Parser Module Exports */ export * from './phpParser'; export { default as PHPDependencyParser } from './phpParser';