UNPKG

@svta/common-media-library

Version:
7 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasCmdRepeated = hasCmdRepeated; function hasCmdRepeated(a, b, cmdHistory) { return cmdHistory.a === a && cmdHistory.b === b; } //# sourceMappingURL=hasCmdRepeated.js.map