标签: typescript typescript-typings
到目前为止,我有这个:
type falsey = false | null | undefined | 0 | '' type truthy = true | Object
但是在某些情况下(例如NaN等),此操作将失败。