UNPKG

@amjur/courts-db-ts

Version:

TypeScript port of the Python courts-db library for legal court identification

7 lines (6 loc) 207 B
/** * Remove extra whitespace from court string. * @param courtStr - The court string * @returns The court string without extra whitespace */ export declare function stripPunc(courtStr: string): string;