UNPKG

hast-util-is-conditional-comment

Version:

hast utility to check if a node is a conditional comment

11 lines 297 B
/** * Check if a node is a conditional comment. * * @param {Nodes} node * Node to check. * @returns {boolean} * Whether `node` is a conditional comment. */ export function isConditionalComment(node: Nodes): boolean; import type { Nodes } from 'hast'; //# sourceMappingURL=index.d.ts.map