UNPKG

netcdf4-wasm

Version:

NetCDF4 library compiled to WebAssembly with TypeScript bindings

9 lines 278 B
export declare class Dimension { readonly name: string; readonly size: number; readonly isUnlimited: boolean; constructor(name: string, size: number, isUnlimited?: boolean); __len__(): number; toString(): string; } //# sourceMappingURL=dimension.d.ts.map