Plugin utilities for draft js
npm install draft-js-plugins-utilsAvailable methods
``js`
createLinkAtSelection(
editorState: EditorState,
url: string
) => EditorState
`js`
removeLinkAtSelection(
editorState: EditorState,
) => EditorState
`js`
getCurrentEntityKey(
editorState: EditorState,
) => DraftEntityKey
`js`
getCurrentEntity(
editorState: EditorState,
) => DraftEntity
```
hasEntity(
editorState: EditorState,
entityType: DraftEntityType
) => boolean