index
:
strawberry-os
mane
Strawberry OS - The built-in TUI operating system for Equestria.dev's prototype Strawberry devices
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Library
/
SDK
/
node_modules
/
terminal-escape-char
/
index.js
blob: 2152d0843c75605eb590803f38fb410c88769499 (
plain
)
1
2
3
4
5
"use strict"
;
var
escapeCharacter
=
"\u001b"
module
.
exports
=
escapeCharacter
;