CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
index.js5 linesDownload Raw Back to strip-ansi-cjs
1'use strict';2const ansiRegex = require('ansi-regex');3 4module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;5