* @returns {string}
()
| 299 | * @returns {string} |
| 300 | */ |
| 301 | static version() { |
| 302 | const ret = wasm.ppom_version(); |
| 303 | return takeObject(ret); |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | async function __wbg_load(module, imports) { |
nothing calls this directly
no test coverage detected