UNPKG

string-from-charcodes

Version:

An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.

3 lines (2 loc) 76 B
declare const MAX_ARGUMENTS_LENGTH = 8192; export { MAX_ARGUMENTS_LENGTH };