UNPKG

@dark-engine/core

Version:

The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS, Windows, Linux, macOS)

10 lines (9 loc) 244 B
import { $$scope } from '../scope'; function hot(update) { if (process.env.NODE_ENV !== 'production') { process.env.NODE_ENV === 'development' && $$scope().setIsHot(true); } update(); } export { hot }; //# sourceMappingURL=hot.js.map