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