char-buffer
Collect CharCodes and convert them to a string.
Install
$ npm install --save char-buffer
Usage
const CharBuffer = ; // Create a CharBuffervar buffer = ; // Append a CharCode:buffer; // Append two more CharCodes:buffer; // Output 'foo':console;
Documentation
- See API for thorough documentation.
Related
- caesar-salad uses
char-buffer
for Caesar, Vigenere and ROT encryption.
License
MIT © Michael Mayer