mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-05-12 23:11:59 +00:00
update socials section
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
const ansiRegex = require('ansi-regex');
|
||||
|
||||
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
|
||||
Reference in New Issue
Block a user