mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-29 09:44:26 +00:00
* Update typings: getOps can have null from or to The docs for ShareDB clearly state that `from` and `to` arguments in `getOps` are nullable: > - `from` number: the first op version to fetch. If set to null, then ops will be fetched from the earliest version > - `to` number: The last op version. This version will not be fetched (ie to is non-inclusive). If set to null, then ops will be fetched up to the latest version * Add tests and name "Definitions by" Co-authored-by: petertravelchime <54869620+petertravelchime@users.noreply.github.com>