UNPKG

@estarlincito/utils

Version:

A collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.

2 lines (1 loc) 182 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=(t,e)=>t.sort((a,o)=>new Date(o[e]).valueOf()-new Date(a[e]).valueOf());exports.sortByDate=r;