UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

5 lines (3 loc) 135 B
import * as t from '../.' declare function isSubsetOf(subset: t.Type<any>, superset: t.Type<any>): boolean; export default isSubsetOf