Skip to content

Commit 06fc677

Browse files
author
Jerry Bruwes
committed
modified: index.ts
1 parent d0b7c1f commit 06fc677

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
/* -------------------------------------------------------------------------- */
2+
/* Imports */
3+
/* -------------------------------------------------------------------------- */
4+
15
import type { ComputedRef, Reactive } from "vue";
26

37
import { v4 } from "uuid";
48
import { computed, isReactive, reactive } from "vue";
59

10+
/* -------------------------------------------------------------------------- */
11+
/* Exports */
12+
/* -------------------------------------------------------------------------- */
13+
614
export default (
715
tree: Reactive<Record<string, unknown>[]> | Record<string, unknown>[],
816
{
@@ -268,3 +276,5 @@ export default (
268276

269277
/* -------------------------------------------------------------------------- */
270278
};
279+
280+
/* -------------------------------------------------------------------------- */

0 commit comments

Comments
 (0)