@rdfine/shacl
Version:
> ## @rdfine/shacl > ### Generated JavaScript types for Shapes Constraint Language (SHACL)
13 lines (12 loc) • 354 B
TypeScript
import type { RdfineEnvironment, Vocabulary } from '@tpluscode/rdfine/environment';
import * as Sh from './index.js';
type ShVocabulary = Vocabulary<typeof Sh>;
declare module '@tpluscode/rdfine/environment' {
interface Rdfine {
sh: ShVocabulary;
}
}
export declare class ShFactory {
init(this: RdfineEnvironment): void;
}
export {};