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