Skip to main content
Module

x/vscode_languageserver_textdocument/mod.ts>DocumentUri

Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on Deno.
type alias DocumentUri
import { type DocumentUri } from "https://deno.land/x/vscode_languageserver_textdocument@v0.1.0/mod.ts";

A tagging type for string properties that are actually URIs.

definition: string