UNPKG

rechtspraak-nl

Version:

Utility functions for consuming Rechtspraak.nl open data for Dutch court judgments and generating well-formed linked data

4 lines (3 loc) 193 B
import { coverageTypes } from "../json-ld/context"; export declare type CoverageType = keyof typeof coverageTypes; export declare function getCoverage(c: string, id?: string): CoverageType;