UNPKG

m-bus-parser-wasm-pack

Version:

A wasm-pack to use the library for parsing M-Bus frames

4 lines (3 loc) 109 B
/* tslint:disable */ /* eslint-disable */ export function m_bus_parse(data: string, format: string): string;