feat: export isList, fix #1326

This commit is contained in:
Philipp Kühn 2021-05-17 11:25:18 +02:00
parent 2c48bc09ea
commit 2bd17c7dc6

View File

@ -29,6 +29,7 @@ export { default as getMarksBetween } from './helpers/getMarksBetween'
export { default as getNodeAttributes } from './helpers/getNodeAttributes'
export { default as getNodeType } from './helpers/getNodeType'
export { default as isActive } from './helpers/isActive'
export { default as isList } from './helpers/isList'
export { default as isMarkActive } from './helpers/isMarkActive'
export { default as isNodeActive } from './helpers/isNodeActive'
export { default as isNodeEmpty } from './helpers/isNodeEmpty'