| 3 | import { KEYS } from 'platejs'; |
| 4 | |
| 5 | export interface WrapLinkOptions extends WrapNodesOptions { |
| 6 | url: string; |
| 7 | target?: string; |
| 8 | } |
| 9 | |
| 10 | /** Wrap a link node with split. */ |
| 11 | export const wrapLink = ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…