Missing .d.ts for "glamor/server"
JoshuaKGoldberg opened this issue · 1 comments
JoshuaKGoldberg commented
import { renderStatic } from "glamor/server";
// Could not find a declaration file for module 'glamor/server'.
// 'C:/Code/MyProject/node_modules/glamor/server.js' implicitly has an 'any' type.
JoshuaKGoldberg commented
Nope, it's there. I must be on an old version.
There exists a server.d.ts
checked in...
...but it's not in the npm package as of the latest (2.20.40). Just server.js
, no corresponding server.d.ts
.