UNPKG

207 BJavaScriptView Raw
1import * as nodes from './nodes';
2var typedNodes = nodes;
3export var inlineNodes = new Set(Object.keys(typedNodes).filter(function (key) {
4 return typedNodes[key] && typedNodes[key].group === 'inline';
5}));
\No newline at end of file