UNPKG

@treecg/curation

Version:

This library implements a class (Curator) with methods to curate an announcement LDES in LDP.

6 lines (5 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Curator = void 0; var Curator_1 = require("./src/Curator"); Object.defineProperty(exports, "Curator", { enumerable: true, get: function () { return Curator_1.Curator; } });