index
:
strawberry-boot
mane
strawberry-boot.1 - The default bootloader and initial startup program for Equestria.dev's prototype Strawberry devices
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
terminal-escape-char
/
index.js
blob: 2152d0843c75605eb590803f38fb410c88769499 (
plain
)
1
2
3
4
5
"use strict"
;
var
escapeCharacter
=
"\u001b"
module
.
exports
=
escapeCharacter
;