UNPKG
@treecg/curation
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
This library implements a class (Curator) with methods to curate an announcement LDES in LDP.
@treecg/curation
/
dist
/
index.js
6 lines
(5 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
"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
; } });