UNPKG

@solid/community-server

Version:

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

11 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StorageDescriber = void 0; const asynchronous_handlers_1 = require("asynchronous-handlers"); /** * Generates Quads that need to be added to the given storage description resource. */ class StorageDescriber extends asynchronous_handlers_1.AsyncHandler { } exports.StorageDescriber = StorageDescriber; //# sourceMappingURL=StorageDescriber.js.map