devsite/node_modules/pug-error/lib/index.d.ts

7 lines
164 B
TypeScript
Raw Normal View History

2024-07-08 01:49:38 +00:00
export default function makeError(code: string, message: string, options: {
line: number;
column: number;
filename?: string;
src?: string;
}): any;