epdx 1.2.2

EPDx is a library for parsing EPD files into a common exchange format.
Documentation
1
2
3
4
import * as wasm from "./epdx_bg.wasm";
import { __wbg_set_wasm } from "./epdx_bg.js";
__wbg_set_wasm(wasm);
export * from "./epdx_bg.js";