UNPKG
@mapeo/schema
Version:
latest (3.0.0-next.0)
next (3.0.0-next.28)
3.0.0-next.28
3.0.0-next.27
3.0.0-next.26
3.0.0-next.25
3.0.0-next.24
3.0.0-next.23
3.0.0-next.22
3.0.0-next.21
3.0.0-next.20
3.0.0-next.19
3.0.0-next.18
3.0.0-next.17
3.0.0-next.16
3.0.0-next.15
3.0.0-next.14
3.0.0-next.13
3.0.0-next.12
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-next.1
3.0.0-next.0
JSON schema and flow types for Mapeo
github.com/digidem/mapeo-schema
digidem/mapeo-schema
@mapeo/schema
/
utils.d.ts
4 lines
(3 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
export
function
formatSchemaType
(
str
:
string
):
string
;
export
function
formatSchemaKey
(
type
:
string
|
undefined
,
schemaVersion
:
number
|
undefined
):
string
;
export
function
inheritsFromCommon
(
key
:
string
):
boolean
;