UNPKG

deleo

Version:

Deleo, a TypeScript-based CLI tool, simplifies Discord content management by enabling efficient deletion of messages in open DMs or specific channels.

11 lines (10 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), Object.defineProperty(exports, "removeColors", { enumerable: !0, get: function() { return removeColors; } }); const removeColors = (e)=>e.replace(/\x1b[^m]*m/g, "");