mirror of
https://github.com/actions/setup-python.git
synced 2025-12-07 03:08:09 -03:00
Initial pass
This commit is contained in:
5
node_modules/string-length/index.js
generated
vendored
Normal file
5
node_modules/string-length/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
const stripAnsi = require('strip-ansi');
|
||||
const astralRegex = require('astral-regex');
|
||||
|
||||
module.exports = input => stripAnsi(input).replace(astralRegex(), ' ').length;
|
||||
Reference in New Issue
Block a user