UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eachRight = void 0; const forEachRight_1 = require("./forEachRight"); /** * @ignore */ exports.eachRight = forEachRight_1.forEachRight; exports.default = forEachRight_1.forEachRight;