UNPKG

rechtspraak-nl

Version:

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

3 lines (2 loc) 137 B
export declare type RsDocumentType = "uitspraak" | "conclusie"; export declare function getType(t: any, _id?: string): RsDocumentType;