UNPKG

@jeswr/shacl2shex

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