CODEBASE: Use type-only imports in ArrayHelpers.ts (#2630)

This commit is contained in:
catloversg
2026-04-05 06:39:24 +07:00
committed by GitHub
parent 996bb01075
commit 8b3c7c13c5

View File

@@ -1,4 +1,4 @@
import { Truthy } from "lodash"; import type { Truthy } from "lodash";
/** /**
* Returns the input array as a comma separated string. * Returns the input array as a comma separated string.