1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Make VSCode type detection happier

This commit is contained in:
Cadence Ember 2021-05-11 21:27:57 +12:00
parent cd7969973b
commit ec9b0edadc
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
7 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,6 @@
const Denque = require("denque")
/** @type {import("node-fetch").default} */
// @ts-ignore
const fetch = require("node-fetch")
const constants = require("../utils/constants")
const db = require("../utils/db")