This commit is contained in:
Luiz Silva 2025-10-27 12:42:58 -03:00
parent 10a3312418
commit a88b53e460
7 changed files with 4 additions and 8 deletions

2
dist/index.d.cts vendored
View file

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