UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDOMElement = void 0; var isDOMElement = function isDOMElement(maybeNode) { return maybeNode instanceof Node && maybeNode.nodeType === Node.ELEMENT_NODE; }; exports.isDOMElement = isDOMElement;