UNPKG

@atlaskit/adf-schema

Version:

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

6 lines (5 loc) 301 B
// eslint-disable-next-line import/no-namespace import * as nodes from './nodes'; // eslint-disable-next-line @typescript-eslint/no-explicit-any const typedNodes = nodes; export const inlineNodes = new Set(Object.keys(typedNodes).filter(key => typedNodes[key] && typedNodes[key].group === 'inline'));