10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-07 08:26:52 +00:00
setup-node/node_modules/wrap-ansi/node_modules/ansi-regex/index.js
Danny McCormick c3f0a8be66 Use husky
2019-06-05 11:34:47 -04:00

4 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;
};