mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
-- This is defined in the base library and
used by a lot of addons.
-- Also fixed position constructor definition, as
given by codemirror docs:
CodeMirror.Pos(line: integer, ?ch: integer)
* A constructor for the {line, ch} objects that are
* used to represent positions in editor documents.