UNPKG

@atlaskit/adf-schema

Version:

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

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