getLineId
import { getLineId } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";
Get the line id from value
If the line id can't be found, return undefined
function getLineId<T extends HTMLElement>(value?: number | string | T): string | undefined;