Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../music-metadata/../express/../whatwg-url/../ms/../fresh/.././strip-ansi
الملفات الموجودة في هذا الـ Path:
.
..
index.d.ts
index.js
license
package.json
readme.md

مشاهدة ملف: index.js

'use strict';
const ansiRegex = require('ansi-regex');

module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;