@jahed/sparql-engine
Version:
SPARQL query engine for servers and web browsers.
15 lines (14 loc) • 924 B
TypeScript
import type { EngineTripleValue } from "../../types.ts";
type Term = EngineTripleValue;
declare const _default: {
"https://callidon.github.io/sparql-engine/functions#cosh": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#sinh": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#tanh": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#coth": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#sech": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#csch": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#toDegrees": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#toRadians": (x: Term) => Term;
"https://callidon.github.io/sparql-engine/functions#strsplit": (term: Term, separator: Term) => Iterable<Term>;
};
export default _default;