// Since when is this typed as "Promise<unknown>" const a = new Promise((resolve) => resolve("a"));
© 2026 Hedgehog Software, LLC