UNPKG

firejsx

Version:

The React Framework for SSB, SSR and Serverless technologies

20 lines (19 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class default_1 { constructor(page) { this.name = page; this.hooks = { postRender: [], onBuild: [] }; this.chunks = { initial: [], async: [] }; } toString() { return this.name; } } exports.default = default_1;