···3232But really, I wrote this just for fun and I haven't written any tests yet and neither have I tested all edge cases.
3333The export being named `SafeFunction` is really just ambitious.
34343535-However, if you found a way to break out of `SafeFunction` and did something to the outside JS environment, let me
3636-know and file an issue. I'm curious to see how far `evalish` would have to go to fully faux-isolate eval'ed code!
3535+[**However, if you found a way to break out of `SafeFunction` and did something to the outside JS environment, let me
3636+know and file an issue.**](https://github.com/kitten/evalish/issues/new)
3737+I'm curious to see how far `evalish` would have to go to fully faux-isolate eval'ed code!
37383839## Usage
39404041First install `evalish` alongside `react`:
41424243```sh
4343-yarn add use-editable
4444+yarn add evalish
4445# or
4545-npm install --save use-editable
4646+npm install --save evalish
4647```
47484849You'll then be able to import `SafeFunction` and pass it argument names and code,