Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Ai-Tunes
/
modelos_publicos
like
0
Model card
Files
Files and versions
Community
1
1a3d6ba
modelos_publicos
/
bottaiko
/
node_modules
/
ansi-regex
/
index.js
Ai-Tunes
Upload 656 files
1a3d6ba
over 1 year ago
raw
Copy download link
history
blame
Safe
135 Bytes
'use strict'
;
module
.
exports
=
function
(
) {
return
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g
;
};