UNPKG

@typed/io

Version:

Runtime IO type system

5 lines (3 loc) 137 B
import { isFunction } from '@typed/logic' import { Guard } from './Guard' export const Function: Guard<Function> = Guard.is(isFunction)