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

x/aether/deps.ts>YAML.YAMLSeq#has

A Deno library to interface with the Discord API
Latest
method YAML.YAMLSeq.prototype.has
import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { YAMLSeq } = YAML;

Checks if the collection includes a value with the key key.

key must contain a representation of an integer for this to succeed. It may be wrapped in a Scalar.

Parameters

key: unknown

Returns

boolean