이전 util 이전

This commit is contained in:
2023-08-05 15:34:26 +00:00
parent 5ba073c125
commit 8130c731e0
37 changed files with 72 additions and 694 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { ValuesOf } from "@/defs";
import type { ValuesOf } from "./defs";
import { zip } from "lodash-es";
export function merge2DArrToObjectArr<T extends Record<string, unknown>>(column: (keyof T)[], list: ValuesOf<T>[][]): T[]{