unist-util-is is a tiny utility for checking if a Unified Abstract Syntax Tree (unist) node matches specific criteria. Useful for working with Markdown, MDX, and other text-based formats represented as ASTs, it simplifies node type and property validation. This package offers a clean and efficient way to determine if a node is of a certain kind, uses a particular protocol, or has specific data, streamlining AST manipulation and processing.