6 lines
276 B
JavaScript
6 lines
276 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.blankLine = 'Blank line';
|
|
exports.promptLabel = 'Terminal input';
|
|
exports.tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';
|
|
//# sourceMappingURL=Strings.js.map
|