diff --git a/Readme.md b/Readme.md index 04a8481..c1924d3 100644 --- a/Readme.md +++ b/Readme.md @@ -43,6 +43,10 @@ toArray(undefined) // => [] `undefined` will return an empty `Array` +## Alternatives + +[wilmoore/to-array.js](https://github.com/wilmoore/to-array.js): slightly different semantics. + ## License MIT