frontend/.pnpm-store/v3/files/95/041db99eb490511623f9e8652df4231cdeeba5cd7862a8e706b50ee7c450c061c2f4b67493d1e0fb75601e11051add0a9c8adc6110cf2510cced5292fe19e1

10 lines
350 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.exhaustAll = void 0;
var exhaustMap_1 = require("./exhaustMap");
var identity_1 = require("../util/identity");
function exhaustAll() {
return exhaustMap_1.exhaustMap(identity_1.identity);
}
exports.exhaustAll = exhaustAll;
//# sourceMappingURL=exhaustAll.js.map