UNPKG

edge-error

Version:

Create errors with custom stack trace pointing to the .edge template file

6 lines (5 loc) 93 B
export type ExceptionOptions = { line: number; col: number; filename: string; };