Seven
Seven
https://github.com/sevensc/typescript-string-operations/issues/14
Hey! I haven’t really looked into it, but have you tried this? https://stackoverflow.com/questions/33469929/you-may-need-an-appropriate-loader-to-handle-this-file-type-with-webpack-and-b
Good idea, but i would rather create a prototype for strings. usage something like this. ```ts 'this'.Contains('hi'); ``` implementation something like this. ```ts String.prototype.Contains = function (value: string): boolean {...
Could you do a test for the Contains Method?