UNPKG

@atlaskit/adf-schema

Version:

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

8 lines (7 loc) 319 B
// eslint-disable-next-line import/no-namespace import * as nodes from './nodes'; // eslint-disable-next-line @typescript-eslint/no-explicit-any var typedNodes = nodes; export var inlineNodes = new Set(Object.keys(typedNodes).filter(function (key) { return typedNodes[key] && typedNodes[key].group === 'inline'; }));