aboutsummaryrefslogtreecommitdiff
path: root/node_modules/terminal-escape-char/index.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-07-05 13:40:01 +0200
committerMinteck <contact@minteck.org>2022-07-05 13:40:01 +0200
commitb74e9708f0adcc5c80095e432e8051b01b6255d9 (patch)
treee4d2fec7ac3718f97966b10f7dc12a2b4d36d115 /node_modules/terminal-escape-char/index.js
downloadstrawberry-boot-mane.tar.gz
strawberry-boot-mane.tar.bz2
strawberry-boot-mane.zip
Initial commitHEADmane
Diffstat (limited to 'node_modules/terminal-escape-char/index.js')
-rw-r--r--node_modules/terminal-escape-char/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/terminal-escape-char/index.js b/node_modules/terminal-escape-char/index.js
new file mode 100644
index 0000000..2152d08
--- /dev/null
+++ b/node_modules/terminal-escape-char/index.js
@@ -0,0 +1,5 @@
+"use strict";
+
+var escapeCharacter = "\u001b"
+
+module.exports = escapeCharacter;