UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

10 lines (9 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Implementation = void 0; class Implementation { constructor(options) { this.options = options; } } exports.Implementation = Implementation;