Sha256: 176a883fe29ce5abe10600cefe96380659cbf61c1958be5f284a58c202b29335
Contents?: true
Size: 193 Bytes
Versions: 33
Compression:
Stored size: 193 Bytes
Contents
const Predicate = () => boolean export function and(...fs: (Predicate | boolean)[]): (...args: any[]) => boolean export function or(...fs: (Predicate | boolean)[]): (...args: any[]) => boolean
Version data entries
33 entries across 33 versions & 1 rubygems