We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0daad12 commit 6be996cCopy full SHA for 6be996c
src/converters.ts
@@ -1,4 +1,4 @@
1
-export class Converters {
+export class Converters {
2
private static textEncoder = new TextEncoder();
3
4
static byteToHex(value: number): string {
src/mode/mode-startegy.ts
@@ -1,7 +1,7 @@
export enum ReportType {
valid = '',
errored = 'error',
- sent = 'send',
+ //sent = 'send',
5
}
6
7
export interface ModeStrategy {
0 commit comments