UNPKG
osm-community-index
Version:
latest (6.2.0)
6.2.0
6.1.1
6.1.0
6.0.0
5.10.0
5.9.3
5.9.2
5.9.1
5.9.0
5.8.1
5.8.0
5.7.1
5.7.0
5.6.3
5.6.2
5.6.1
5.6.0
5.5.5
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.1
5.3.0
5.2.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
An index of community resources for OpenStreetMap
openstreetmap.community
osmlab/osm-community-index
osm-community-index
/
src
/
oci.ts
6 lines
(4 loc)
•
266 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ resolveStrings }
from
'../lib/resolve_strings.ts'
;
export
{ simplify }
from
'../lib/simplify.ts'
;
export
type
{
ItemStrings
,
Item
,
Defaults
,
ResolvedStrings
as
Resolved
,
LocalizerFn
}
from
'../lib/resolve_strings.ts'
;
export
type
*
from
'../lib/types.ts'
;