UNPKG

@typed/io

Version:

Runtime IO type system

6 lines (4 loc) 174 B
import * as G from '../guard' import { Type } from './Type' // tslint:disable-next-line:variable-name export const Void: Type<void> = Type.fromGuard(G.Void, `Void`, `void`)