lincd
Version:
LINCD is a JavaScript library for building user interfaces with linked data (also known as 'structured data', or RDF)
13 lines • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchMap = void 0;
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
const CoreMap_1 = require("./CoreMap");
class SearchMap extends CoreMap_1.CoreMap {
}
exports.SearchMap = SearchMap;
//# sourceMappingURL=SearchMap.js.map