1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-03-15 18:15:46 +00:00
2019-01-06 13:14:45 -06:00

5 lines
135 B
JavaScript

'use strict';
module.exports = function () {
return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
};