Skip to main content
Module

x/ddc_vim/deps.ts>fn.assertScreenPos

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.assertScreenPos
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { assertScreenPos } = fn;

Assert if x is ScreenPos by raising an AssertError when it's not.

Parameters

x: unknown

Returns

asserts x is ScreenPos