Darvesh
Darvesh
DDeno
Created by Darvesh on 10/25/2023 in #help
`deno run` ignores @deno-types?
// @deno-types="npm:@types/pg"
import pg from "pg";

const Pool = pg.Pool;
// @deno-types="npm:@types/pg"
import pg from "pg";

const Pool = pg.Pool;
Fixed it, thanks.
2 replies