expandShortURL
import { expandShortURL } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/mod.ts";
各種の短縮URLを展開する
対応している短縮URL
- bit.ly
- amzn.to
- amzn.asia
- goo.gl
- s.nikkei.com
- apple.co
- t.co
- nico.ms
- w.wiki
const expandShortURL: (url: URL) => Promise<URL> | URL;