UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

12 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RouterRule = void 0; const asynchronous_handlers_1 = require("asynchronous-handlers"); /** * Finds which store needs to be accessed for the given resource, * potentially based on the Representation of incoming data. */ class RouterRule extends asynchronous_handlers_1.AsyncHandler { } exports.RouterRule = RouterRule; //# sourceMappingURL=RouterRule.js.map