function literal<T extends keyof any>(lit: T): { is(value: any): value is T ... This mechanism used heavily in libraries like io-ts and mobx-state-tree .
確定! 回上一頁