UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSchemaWithBlockQuotes = isSchemaWithBlockQuotes; function isSchemaWithBlockQuotes(schema) { return !!schema.nodes.blockquote; }