mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
// eslint-disable-next-line no-unused-vars
|
|
interface SyntaxError {
|
|
decoration?: string;
|
|
position?: number;
|
|
}
|