UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSchemaWithTables = isSchemaWithTables; function isSchemaWithTables(schema) { return !!schema.nodes.table && !!schema.nodes.tableCell && !!schema.nodes.tableHeader && !!schema.nodes.tableRow; }