UNPKG

react-with-hoc

Version:

Work with React and HOCs (Higher-Order Components)

10 lines (8 loc) 144 B
declare global { namespace NodeJS { interface ProcessEnv { NODE_ENV: "production" | "development" | "test"; } } } export {};