UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pairs = void 0; var from_1 = require("./from"); function pairs(obj, scheduler) { return from_1.from(Object.entries(obj), scheduler); } exports.pairs = pairs; //# sourceMappingURL=pairs.js.map