I came across the concept of creating extension methods in Typescript and decided to explore some code on it.
https://i.sstatic.net/eFGXR.png
However, when I tried incorporating that code into my extension methods.ts file, I encountered an error stating that 'toNumber' does not exist. Can anyone provide guidance on how to resolve this issue?