UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 206 B
import * as G from '../guard'; import { Type } from './Type'; // tslint:disable-next-line:variable-name export const String = Type.fromGuard(G.String, `String`, `string`); //# sourceMappingURL=String.js.map