This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Description
When the alphabet option is read, this extra step is performed:
If alphabet is not a String, throw a TypeError exception.
This extra step isn't present when the lastChunkHandling option is read. Either both options should have an explicit check for String values, or this should happen implicitly when the allowed String values are checked.