Skip to content

Home > sculp-js > isNodeList

isNodeList() function

Checks if value is an NodeList object

Signature:

typescript
export declare function isNodeList(value: any): boolean;

Parameters

Parameter

Type

Description

value

any

Returns:

boolean

Released under the MIT License.