UNPKG

@berlin-vegan/berlin-vegan-data-js

Version:

A library and stand-alone program that specifies the native open-source JSON format used by Berlin-Vegan and allows to convert data in this format to be converted to OpenStreetMap/Overpass and Schema.org JSON formats.

5 lines (4 loc) 92 B
/** * 1 = Yes, 0 = No, -1 = Unknown */ export declare type YesNoUnknown = 1 | 0 | -1;