UNPKG

@az0uz/zarr

Version:

Javascript implementation of Zarr

4 lines (3 loc) 225 B
import { ZarrMetadataType, UserAttributes } from './types'; import { ValidStoreType } from './storage/types'; export declare function parseMetadata(s: ValidStoreType | ZarrMetadataType): ZarrMetadataType | UserAttributes;