UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

4 lines (2 loc) 95 B
import { identity } from 'remeda' export const all = <T>(array: T[]) => array.every(identity)