UNPKG

rechtspraak-nl

Version:

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

5 lines (4 loc) 291 B
import { procedureTypes } from "../json-ld/context"; export declare type Procedure = keyof typeof procedureTypes; export declare function getSingleProcedure(proc: any, id?: string): Procedure; export declare function getProcedure(procedure: any[], id?: string): Procedure[] | undefined;