@jeswr/shacl2shex
Version:
Convert SHACL to ShEx
12 lines (11 loc) • 375 B
TypeScript
import { ShapeType } from '@ldo/ldo';
import { ShapeShape } from './Shacl.typings';
/**
* =============================================================================
* LDO ShapeTypes Shacl
* =============================================================================
*/
/**
* ShapeShape ShapeType
*/
export declare const ShapeShapeShapeType: ShapeType<ShapeShape>;