UNPKG

@estarlincito/utils

Version:

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

37 lines (36 loc) 1.13 kB
import { num as t } from "./num.mjs"; import { apiFetch as m } from "./api-fetch.mjs"; import { ArrayUtils as f } from "./array.mjs"; import { Base64 as a } from "./base-64.mjs"; import { clipMaster as s } from "./clip-master.mjs"; import { copyright as n } from "./copyright.mjs"; import { dateFormat as d } from "./date-format.mjs"; import { formZed as h } from "./form-zed.mjs"; import { handleError as U } from "./handle-error.mjs"; import { isDev as B } from "./is-dev.mjs"; import { GenerateMetadata as F } from "./metadata.mjs"; import { ObjectUtils as b } from "./object.mjs"; import { pagination as v } from "./pagination.mjs"; import { resmsg as E } from "./resmsg.mjs"; import { sortByDate as L } from "./sort-date.mjs"; import { toSlug as R } from "./to-slug.mjs"; import { toURL as Z } from "./to-url.mjs"; export { f as ArrayUtils, a as Base64, F as GenerateMetadata, b as ObjectUtils, m as apiFetch, s as clipMaster, n as copyright, d as dateFormat, h as formZed, U as handleError, B as isDev, t as num, v as pagination, E as resmsg, L as sortByDate, R as toSlug, Z as toURL };