Access to all 128,172 unicode characters by block in < 8kb
npm install lazy-unicodeAccess to all 128,172 unicode characters by block in < 8kb.
For reference, a string of all unicode characters in a text file is approximately 1mb.
Since unicode blocks are contiguous, this stores only start and length values per block,
and getters construct the full block string once upon first invocation and immediately overwrite the property to the static string.
All blocks are available.