UNPKG

vda-5050-lib

Version:

Universal VDA 5050 library for Node.js and browsers

5 lines (4 loc) 281 B
/*! Copyright (c) 2021 Siemens AG. Licensed under the MIT License. */ export declare function assertMqttTopicLength(mqttTopic: string): void; export declare function assertMqttTopicUtf8Count(utf8Count: number): void; export declare function getUtf8BytesCount(str: string): number;