UNPKG

@typed/io

Version:

Runtime IO type system

6 lines 247 B
import { isUndefined } from '@typed/logic'; import { Guard } from './Guard'; // tslint:disable-next-line:variable-name export const Undefined = Guard.is(isUndefined); export const Void = Guard.is(isUndefined); //# sourceMappingURL=Undefined.js.map