Linus Boehm

Results 4 issues of Linus Boehm

Hey ssthouse, thanks for your efforts on this library. I would like to use this package in typescript project, but unfortunately there are no types included in the npm package...

Hey, we are using creat-react-app which uses webpack 5 and getting the following warning when using radash. ``` WARNING in ./node_modules/radash/dist/typed.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map...

shouldn't the default behaviour of `StringFrom` called with an empty string result in `Valid == false` So the code would look something like this: ```go func StringFrom(s string) String {...