Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/argument/mod.ts>validateOpts

📚 Standard module for denops.vim
Go to Latest
function validateOpts
import { validateOpts } from "https://deno.land/x/denops_std@v3.11.2/argument/mod.ts";

Validate if opts has unknown attributes.

Parameters

opts: Opts
knownAttributes: string[]