mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-11-04 22:25:21 +01:00
Revert "permet l'ajout des frameworks et des routes"
This reverts commit 361112699c
This commit is contained in:
4
app/node_modules/strip-ansi-cjs/index.js
generated
vendored
4
app/node_modules/strip-ansi-cjs/index.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
'use strict';
|
||||
const ansiRegex = require('ansi-regex');
|
||||
|
||||
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
|
||||
Reference in New Issue
Block a user