UNPKG
@incremunica/types
Version:
latest (2.3.0)
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
Types module for Incremunica
comunica.github.io/incremunica/
comunica/incremunica
@incremunica/types
/
lib
/
Quad.js
8 lines
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Quad
=
void
0
;
const
n3_1 =
require
(
"n3"
);
class
Quad
extends
n3_1.Quad
{ }
exports
.
Quad
=
Quad
;
//# sourceMappingURL=Quad.js.map