UNPKG

fregejs

Version:

A propositional logic library written in Typescript

6 lines (4 loc) 133 B
import { ProofItem } from 'types/syntactic/proof'; export function isHypothesis(x: ProofItem) { return x.type === 'Hypothesis'; }