mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-10 15:44:26 +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.