@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
8 lines (7 loc) • 499 B
TypeScript
export declare const TEMPLATE: import("rdf-vocabulary").Vocabulary<"urn:solid-server:template:", "ResourceStore">;
export declare const TEMPLATE_VARIABLE: import("rdf-vocabulary").Vocabulary<"urn:solid-server:template:variable:", "baseUrl" | "rootFilePath" | "sparqlEndpoint" | "templateConfig">;
/**
* Checks if the given variable is one that is supported.
* This can be used to weed out irrelevant parameters in an object.
*/
export declare function isValidVariable(variable: string): boolean;