UNPKG
m-bus-parser-wasm-pack
Version:
latest (0.4.1)
0.4.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.0.11
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A wasm-pack to use the library for parsing M-Bus frames
maebli.github.io
maebli/m-bus-parser
m-bus-parser-wasm-pack
/
m_bus_parser_wasm_pack.d.ts
4 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
/* tslint:disable */
/* eslint-disable */
export
function
m_bus_parse
(
data
:
string
,
format
:
string
):
string
;