2025-04-28
- batchにQueryの配列を渡すと型エラー
- https://github.com/drizzle-team/drizzle-orm/issues/1292
export const isTuple = <T>(array: T[], gt = 0): array is [T, ...T[]] => {
return array.length > gt;
};
export const isTuple = <T>(array: T[], gt = 0): array is [T, ...T[]] => {
return array.length > gt;
};
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)