Skip to content

Commit 08d4c64

Browse files
committed
Update comment: rename object type description
1 parent 4374ff4 commit 08d4c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { computed, isReactive, reactive } from "vue";
22

33
/* -------------------------------------------------------------------------- */
4-
/* Тип произвольного объекта */
4+
/* Тип универсального объекта */
55
/* -------------------------------------------------------------------------- */
66

77
export type unObject = Record<string, unknown>;

0 commit comments

Comments
 (0)