Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I thought there might be a way to title case a word using an `Intl` function, but I couldn't find any. I also wanted to strictly check the value of my endian types mapped value array, but I'm not sure how you could make a tuple out of a union. I'd like to do `["big", "little"] satisfies tupleof Endian` essentially. This works nicely as well though. I also removed the demo Launch Handler manifest config from the last commit. microsoft/TypeScript#13298 https://stackoverflow.com/questions/1026069/how-do-i-make-the-first-letter-of-a-string-uppercase-in-javascript https://dev.to/zenulabidin/moment-js-vs-intl-object-4f8n https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames https://stackoverflow.com/questions/1026069/how-do-i-make-the-first-letter-of-a-string-uppercase-in-javascript/60751434#60751434 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter https://www.geeksforgeeks.org/convert-string-to-title-case-in-javascript/
- Loading branch information