Sha256: f34c764f738644416e60b6ead79489e7eae9dfe541bfb68a6b2de5cbcb107dbf
Contents?: true
Size: 372 Bytes
Versions: 4
Compression:
Stored size: 372 Bytes
Contents
typeof_eq_undefined: { options = { comparisons: true, unsafe: false }; input: { a = typeof b.c != "undefined" } expect: { a = "undefined" != typeof b.c } } typeof_eq_undefined_unsafe: { options = { comparisons: true, unsafe: true }; input: { a = typeof b.c != "undefined" } expect: { a = b.c !== void 0 } }
Version data entries
4 entries across 4 versions & 2 rubygems