UNPKG

@typed/io

Version:

Runtime IO type system

6 lines (4 loc) 171 B
import { isString } from '@typed/logic' import { Guard } from './Guard' // tslint:disable-next-line:variable-name export const String: Guard<string> = Guard.is(isString)