UNPKG

inferno-server

Version:

Provides methods to render HTML strings from Inferno elements

8 lines (6 loc) 210 B
export * from './dist/index.mjs'; if (process.env.NODE_ENV !== 'production') { console.warn( 'You are running production build of Inferno-server in development mode. Use dev:module entry point.', ); }