UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 192 B
import { isString } from '@typed/logic'; import { Guard } from './Guard'; // tslint:disable-next-line:variable-name export const String = Guard.is(isString); //# sourceMappingURL=String.js.map