threepointone / glamor

inline css for react et al
MIT License
3.66k stars 200 forks source link

Missing .d.ts for "glamor/server" #383

Open JoshuaKGoldberg opened 6 years ago

JoshuaKGoldberg commented 6 years ago
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 6 years ago

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.