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

x/windmill/node_modules/yaml/dist/nodes/Node.d.ts>isCollection

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
function isCollection
import { isCollection } from "https://deno.land/x/windmill@v1.359.0/node_modules/yaml/dist/nodes/Node.d.ts";

Type Parameters

optional
K = unknown
optional
V = unknown

Parameters

node: any

Returns

node is YAMLMap<K, V> | YAMLSeq<V>