UNPKG

netcdf4-wasm

Version:

NetCDF4 library compiled to WebAssembly with TypeScript bindings

6 lines 257 B
import type { NetCDF4Module, NetCDF4WasmOptions } from './types'; export declare class WasmModuleLoader { static loadModule(options?: NetCDF4WasmOptions): Promise<NetCDF4Module>; private static wrapModule; } //# sourceMappingURL=wasm-module.d.ts.map