@aws-amplify/amplify-appsync-simulator
Version:
An AppSync Simulator to test AppSync API.
12 lines • 329 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.math = void 0;
const lodash_1 = require("lodash");
exports.math = {
roundNum: Math.round,
minVal: Math.min,
maxVal: Math.max,
randomDouble: Math.random,
randomWithinRange: lodash_1.random,
};
//# sourceMappingURL=math.js.map
;