UNPKG

data-pipeline-information-system-sparql

Version:

Sparql function to query/update RDF through SPARQL 1.1

10 lines (9 loc) 269 B
declare type FormatterOptions = { keyPrefix?: string; keySuffix?: string; asRegExp?: boolean; }; export declare function format(templatedString: string, dictionary: { [key: string]: string; }, options?: FormatterOptions): string; export default format;