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