This commit is contained in:
Luiz Silva 2026-02-19 10:09:47 -03:00
parent b964e826d5
commit 0ca2e7dc5a
6 changed files with 5 additions and 39 deletions

View file

@ -2,14 +2,6 @@ import z, { z as z$1 } from 'zod';
import dayjs from 'dayjs';
export { Dayjs, ManipulateType } from 'dayjs';
import { v4 } from 'uuid';
export { default as duration } from 'dayjs/plugin/duration';
export { default as isSameOrAfter } from 'dayjs/plugin/isSameOrAfter';
export { default as isSameOrBefore } from 'dayjs/plugin/isSameOrBefore';
export { default as minMax } from 'dayjs/plugin/minMax';
export { default as relativeTime } from 'dayjs/plugin/relativeTime';
export { default as timezone } from 'dayjs/plugin/timezone';
export { default as utc } from 'dayjs/plugin/utc';
export { default as weekOfYear } from 'dayjs/plugin/weekOfYear';
declare const aleatorio: (tamanho?: number) => string;