4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./syntax')} */
|
|
module.exports = SyntaxError;
|