UNPKG

netcdf4-wasm

Version:

NetCDF4 library compiled to WebAssembly with TypeScript bindings

20 lines 467 B
export declare const NC_CONSTANTS: { NC_NOERR: number; NC_NOWRITE: number; NC_WRITE: number; NC_CLOBBER: number; NC_NOCLOBBER: number; NC_NETCDF4: number; NC_BYTE: number; NC_CHAR: number; NC_SHORT: number; NC_INT: number; NC_FLOAT: number; NC_DOUBLE: number; NC_UNLIMITED: number; NC_GLOBAL: number; }; export declare const DATA_TYPE_MAP: { [key: string]: number; }; //# sourceMappingURL=constants.d.ts.map