UNPKG

@typed/io

Version:

Runtime IO type system

5 lines (3 loc) 131 B
import { always } from '@typed/lambda' import { Guard } from './Guard' export const Never: Guard = { is: always(false) } as Guard