DCtheTall / twilly

A library which provides an abstract syntax for designing Twilio SMS interactions. Designed for use with Node.js and Express
MIT License
52 stars 3 forks source link

hook parameters should be optional #2

Closed DCtheTall closed 5 years ago

DCtheTall commented 5 years ago

There is no reason to have TypeScript require that all arguments for hooks be provided, or any for that matter. Making each argument an optional argument in the typedefs of each hook would resolve this quickly.