mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Make VSCode type detection happier
This commit is contained in:
parent
cd7969973b
commit
ec9b0edadc
7 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/** @type {import("node-fetch").default} */
|
||||
// @ts-ignore
|
||||
const fetch = require("node-fetch")
|
||||
|
||||
function request(url, options = {}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue