Compare commits
3 commits
3f8faa35a2
...
0cbe901499
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cbe901499 | |||
| 84880fff0c | |||
| 5b1b6e3c25 |
5 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.291.0",
|
||||
"version": "0.292.0",
|
||||
"description": "",
|
||||
"main": "./dist-front/index.mjs",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
|
|||
BIN
pacote.tgz
BIN
pacote.tgz
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
import dayjs from "dayjs"
|
||||
import dayjs, { type Dayjs } from "dayjs"
|
||||
|
||||
export type { ManipulateType } from "dayjs"
|
||||
|
||||
|
|
@ -23,3 +23,5 @@ dayjs.extend(relativeTime)
|
|||
dayjs.extend(duration)
|
||||
|
||||
export const dayjsbr = dayjs
|
||||
|
||||
export type { Dayjs }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue