이전 util 이전
This commit is contained in:
@@ -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[]{
|
||||
|
||||
Reference in New Issue
Block a user