This commit is contained in:
marcio 2025-11-18 08:33:29 -03:00
commit 6b8d30fb30
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import z from 'zod';
import dayjs from 'dayjs';
export { ManipulateType } from 'dayjs';
export { Dayjs, ManipulateType } from 'dayjs';
import { v4 } from 'uuid';
declare const aleatorio: (tamanho?: number) => string;