UNPKG

hybridly

Version:

Solution to develop server-driven, client-rendered applications

17 lines (11 loc) 423 B
'use strict'; const core = require('@hybridly/core'); Object.prototype.hasOwnProperty.call(core, '__proto__') && !Object.prototype.hasOwnProperty.call(exports, '__proto__') && Object.defineProperty(exports, '__proto__', { enumerable: true, value: core['__proto__'] }); Object.keys(core).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = core[k]; });