File size: 79 Bytes
bc20498 |
1 2 3 4 5 |
'use strict';
/** @type {import('./syntax')} */
module.exports = SyntaxError;
|
bc20498 |
1 2 3 4 5 |
'use strict';
/** @type {import('./syntax')} */
module.exports = SyntaxError;
|