Skip to main content
Module

x/denops_std/function/types.ts>ensureScreenPos

📚 Standard module for denops.vim
Go to Latest
function ensureScreenPos
Deprecated
import { ensureScreenPos } from "https://deno.land/x/denops_std@v4.3.1/function/types.ts";

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

Parameters

x: unknown

Returns

asserts x is ScreenPos