C# String extensions to TypeScript prototype extensions
Microsoft C# extension methods is a great way to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
My requirements
I needed two extension methods to do the following:
A metho...
emmti.com2 min read