Skip to main content
Go to Latest
import * as denopsLsputil from "https://deno.land/x/denops_lsputil@v0.6.2/util/mod.ts";

Functions

A Utility function for creating LSP.Position object.

A Utility function for creating LSP.Range object.

Returns true if position 'a' is before position as 'b'. If 'a' and 'b' are in same position, return false.