opening-hours / opening_hours.js

Library to parse and process the opening_hours tag from OpenStreetMap data
https://openingh.ypid.de/evaluation_tool/
224 stars 121 forks source link

fix prettifyValue typescript description #423

Closed MrGuim closed 2 years ago

MrGuim commented 2 years ago

The documentation mentions that the prettifyValue function takes an optional argument.

The function accepts an optional hash.

This PR fixes the typescript description to reflect the documentation.

ypid commented 2 years ago

Merged, thanks!