UNPKG

172 BTypeScriptView Raw
1import { PhpPluginResult, PhpOptions } from './types';
2export declare function inspect(basePath: string, fileName: string, options?: PhpOptions): Promise<PhpPluginResult>;