mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 07:44:32 +00:00
They check whether a method is defined on props, but the props type doesn't make the method optional. Typescript now catches this error, so I made the method optional.