UNPKG

@crusaider/srv-schedule

Version:

Get fetching schedule for SRV from https://www.srvatervinning.se/avfallshamtning/nar-hamtar-vi-ditt-avfall

8 lines (7 loc) 235 B
/** * Concatenates multiple path segments into a single path string. * * @param args - The path segments to concatenate. * @returns The concatenated path string. */ export declare const concatPaths: (...args: string[]) => string;