@tricoteuses/senat
Version:
Handle French Sénat's open data
9 lines (8 loc) • 510 B
TypeScript
import { Session } from "../types/sessions";
export declare const STANDARD_DATE_FORMAT = "yyyy-MM-dd";
export declare const ID_DATE_FORMAT = "yyyyMMdd";
export declare const AKN_IDENTIFICATION_STRUCTURE_REGEXP: RegExp;
export declare const AKN_WORKFLOW_IDENTIFICATION_STRUCTURE_REGEXP: RegExp;
export declare const SIGNET_STRUCTURE_REGEXP: RegExp;
export declare function getSessionFromSignet(signet: string): Session | null;
export declare function getSessionFromDate(date: string, format?: string): Session;