UNPKG
@comunica/actor-function-factory-term-tz
Version:
latest (5.2.3)
next (4.4.2-alpha.49.0)
5.2.3
5.2.2
5.2.0
5.1.3
5.1.0
5.0.3
5.0.2
5.0.0
4.5.0
4.4.2-alpha.49.0
4.4.1
4.4.0
4.2.0
4.1.0
4.0.2
4.0.1
4.0.1-alpha.48.0
3.2.4-alpha.47.0
A term-tz function-factory actor
comunica.dev
comunica/comunica
@comunica/actor-function-factory-term-tz
/
lib
/
TermFunctionTz.d.ts
8 lines
(7 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { TermFunctionBase } from
'@comunica/bus-function-factory'
;
/** * https:/
/www.w3.org/
TR/sparql11-query/
#func-tz
*/ export declare
class
TermFunctionTz
extends
TermFunctionBase
{ constructor(); }