UNPKG

@svta/common-media-library

Version:
10 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCmdHistory = createCmdHistory; function createCmdHistory() { return { a: null, b: null, }; } //# sourceMappingURL=createCmdHistory.js.map