Raul Ortiz

Results 2 issues of Raul Ortiz

It would be nice to have a @ types/search-string to include in Typescript projects.

enhancement
help wanted

Even though some other instantiation code works, like `new Number()`, when `new Date()` is evaluated it returns `'Invalid Date'`. For example: ```javascript notevil('new Date()'); // returns 'Invalid Date' ```

bug