UNPKG

sodesu-comment

Version:

Comment system with SolidJS

6 lines (4 loc) 144 B
export const getQuery = (element: HTMLElement): string | null => { const { path } = element.dataset; return path?.length ? path : null; };