ajustes de importação

This commit is contained in:
Luiz Silva 2026-02-15 15:05:45 -03:00
parent 287f308c3f
commit 850a683ae0
6 changed files with 57 additions and 22 deletions

View file

@ -2,6 +2,14 @@ import z 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;

File diff suppressed because one or more lines are too long