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