UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

8 lines 368 B
/** * Convenience method to parse a GTFS date (YYYYMMDD) into a JavaScript Date. * Because GTFS dates do not contain timezone info, this function treats them as local dates. * @param yyyymmdd - A string in the format YYYYMMDD * @returns A JavaScript Date object */ export declare function parseGtfsDate(yyyymmdd: string): Date; //# sourceMappingURL=utils.d.ts.map