busypeoples / spected

Validation library
MIT License
703 stars 32 forks source link

Useless extra func call + curry for spected function #92

Closed cloud-walker closed 6 years ago

cloud-walker commented 7 years ago

https://github.com/25th-floor/spected/blob/e7546e17ffb7ce58c06bceea11d5710c9dcb06ed/src/index.js#L70

I think you can just do

export default validate(() => true, identity)

🎉

busypeoples commented 6 years ago

Very good. Do you want to do a Pull Request?

busypeoples commented 6 years ago

Excellent! Thanks. Will merge later on today.

busypeoples commented 6 years ago

Thanks @cloud-walker !