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

x/vno/core/utils/type_guards.ts>checkVueVersion

a build tool for compiling and bundling Vue single-file components
Latest
function checkVueVersion
import { checkVueVersion } from "https://deno.land/x/vno@1.5.1/core/utils/type_guards.ts";

Parameters

obj: unknown

Returns

obj is Config & { vue: Vue.Version; }