UNPKG
@az0uz/zarr
Version:
latest (0.6.3-alpha3)
0.6.3-alpha3
Javascript implementation of Zarr
github.com/az0uz/zarr.js
az0uz/zarr.js
@az0uz/zarr
/
dist
/
types
/
metadata.d.ts
4 lines
(3 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
import
{
ZarrMetadataType
,
UserAttributes
}
from
'./types'
;
import
{
ValidStoreType
}
from
'./storage/types'
;
export
declare
function
parseMetadata
(
s: ValidStoreType | ZarrMetadataType
):
ZarrMetadataType
|
UserAttributes
;