Subject. You can check it in my simple example:
https://runkit.com/psi-gh/turf.inside-test
GeoJson from example: https://gist.github.com/psi-gh/710d21d98dc50bae57d3306b5bc863b9
@psi-gh just a note, does this mean you are loading Turf v3.0.14?

If so could you please test it with the latest v4.6.1?
Good pickup @stebogit
See this alternate notebook. @psi-gh you should be requiring either @turf/turf (for everything) or @turf/inside (for just the inside function). turf is legacy, all the turf modules now use @turf
I wonder if we could unpublish turf from npm to reduce the confusion, it's still getting 500 downloads a day, I think either @morganherlocker or @tmcw could possibly help with that?
Thanks guys, it is working now!
I'm curious, which algorithm is used in inside function and how is "boundary case" achieved?
@psi-gh you can take a look here 馃槂
Most helpful comment
Good pickup @stebogit
See this alternate notebook. @psi-gh you should be requiring either
@turf/turf(for everything) or@turf/inside(for just the inside function).turfis legacy, all the turf modules now use@turfI wonder if we could unpublish
turffrom npm to reduce the confusion, it's still getting 500 downloads a day, I think either @morganherlocker or @tmcw could possibly help with that?