Files
YouTube.js/docs/api/namespaces/Generator/functions/isIgnoredKey.md
2024-11-22 04:25:16 -03:00

464 B

youtubei.js / Generator / isIgnoredKey

Function: isIgnoredKey()

isIgnoredKey(key): boolean

Is this key ignored by the parser?

Parameters

key: string | symbol

The key to check

Returns

boolean

Whether or not the key is ignored

Defined in

src/parser/generator.ts:400