UNPKG

netcdf4-wasm

Version:

NetCDF4 library compiled to WebAssembly with TypeScript bindings

4 lines 207 B
import type { LazyReader } from "./types"; export type LazySource = LazyReader | Blob | string; export declare function createLazyReader(source: LazySource): LazyReader; //# sourceMappingURL=factory.d.ts.map