UNPKG

@ledgerhq/coin-hedera

Version:
9 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMockResponse = void 0; const getMockResponse = (data) => ({ data, status: 200, }); exports.getMockResponse = getMockResponse; //# sourceMappingURL=network.fixture.js.map