frontend/.pnpm-store/v3/files/dd/e0544344725e53975a6e8b441596a615a38d53342b1ee9a654528229b8aa815872e0e241cb116d9e05c5cba745f43cf7ad24e99b6c5bce897327ec62da1b70

10 lines
165 B
Plaintext

"use strict";
/*
* get actual length of ANSI-formatted string
*/
var strip = require("./strip");
module.exports = function (str) { return strip(str).length; };