UNPKG
gtfs-to-blocks
Version:
latest (0.3.11)
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Generate CSV of transit departure times organized by block_id in GTFS.
gtfs-to-blocks
/
dist
/
index.d.ts
6 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Config
}
from
'gtfs'
;
declare
const
gtfsToBlocks
:
(
initialConfig
:
Config
) =>
Promise
<
string
>;
export
{ gtfsToBlocks
as
default
};