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