mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 18:50:24 +00:00
Definition for Runner.create() should allow no-arguments call, as can be seen in the official examples, e.g. https://github.com/liabru/matter-js/blob/master/examples/gravity.js#L33 Also current definition for IRunnerOptions is missing 'enabled' property.