UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

6 lines (5 loc) 171 B
import { BaseError } from "./BaseError"; export declare class DirectoryNotFoundError extends BaseError { readonly dirPath: string; constructor(dirPath: string); }