UNPKG

rdflib

Version:

an RDF library for node.js. Suitable for client and server side.

4 lines (3 loc) 166 B
import { Term } from '../tf-types'; /** Retrieve the value of a term, or self if already a string. */ export declare function termValue(node: Term | string): string;