We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5399e commit b1cbacdCopy full SHA for b1cbacd
src/types/Type.ts
@@ -10,7 +10,6 @@ import makeWarningMessage from '../errorReporting/makeWarningMessage'
10
*/
11
export default class Type<T> {
12
readonly __type: T = null as any
13
- readonly __constraint: (value: T) => any = null as any
14
typeName = 'Type'
15
16
static __compareTypes: (a: Type<any>, b: Type<any>) => -1 | 0 | 1;
0 commit comments