···11-import { question, type PromptValidator } from "@topcli/prompts";
11+import { question } from "@topcli/prompts";
22import type { Applet } from "../Applet.ts";
33+import { combineBits, reverseBits } from "../util/bit-manipulation.ts";
34import {
44- createIntPromptValidator,
55 createUintPromptValidator,
66 nonNegativeIntPromptValidator,
77} from "../util/prompts.ts";
88-import {
99- combineBits,
1010- getMaxUnsignedInt,
1111- reverseBits,
1212-} from "../util/bit-manipulation.ts";
138import {
149 SONY_PROTOCOL_12_BITS,
1510 SONY_PROTOCOL_15_BITS,
+1-1
src/applets/UnfoldedHexToSony.ts
···11-import { question, type PromptValidator } from "@topcli/prompts";
11+import { question } from "@topcli/prompts";
22import type { Applet } from "../Applet.js";
33import { DATA_LENGTH_BITS_TO_SONY_PROTOCOL_VARIATION } from "../util/sony.ts";
44import { extractBits } from "../util/bit-manipulation.ts";