@newdash/newdash
Version:
javascript/typescript utility library
13 lines (12 loc) • 381 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.each = void 0;
const forEach_1 = __importDefault(require("./forEach"));
/**
* @ignore
*/
exports.each = forEach_1.default;
exports.default = exports.each;