This commit is contained in:
Luiz Silva 2025-11-11 16:02:48 -03:00
parent 84880fff0c
commit 0cbe901499
10 changed files with 3 additions and 364 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;