issame
There are 19 repositories under issame topic.
stdlib-js/assert-is-same-native-class
Test if two arguments have the same native class.
stdlib-js/assert-is-same-value
Test if two arguments are the same value.
stdlib-js/assert-is-same-array
Test if two arguments are both generic arrays and have the same values.
stdlib-js/assert-is-same-booleanarray
Test if two arguments are both BooleanArrays and have the same values.
stdlib-js/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
stdlib-js/assert-is-same-complex128array
Test if two arguments are both Complex128Arrays and have the same values.
stdlib-js/assert-is-same-complex64
Test if two arguments are both single-precision complex floating-point numbers and have the same value.
stdlib-js/assert-is-same-complex64array
Test if two arguments are both Complex64Arrays and have the same values.
stdlib-js/assert-is-same-date-object
Test if two values are both Date objects corresponding to the same date and time.
stdlib-js/assert-is-same-float32array
Test if two arguments are both Float32Arrays and have the same values.
stdlib-js/assert-is-same-float64array
Test if two arguments are both Float64Arrays and have the same values.
stdlib-js/assert-is-same-value-zero
Test if two arguments are the same value.
stdlib-js/number-float32-base-assert-is-same-value
Test if two single-precision floating-point numbers are the same value.
stdlib-js/number-float32-base-assert-is-same-value-zero
Test if two single-precision floating-point numbers are the same value.
stdlib-js/number-float64-base-assert-is-same-value
Test if two double-precision floating-point numbers are the same value.
stdlib-js/number-float64-base-assert-is-same-value-zero
Test if two double-precision floating-point numbers are the same value.
stdlib-js/assert-is-same-accessor-array
Test if two arguments are both accessor arrays and have the same values.
stdlib-js/assert-is-same-array-like
Test if two arguments are both array-like and have the same values.
stdlib-js/assert-is-same-array-like-object
Test if two arguments are both array-like objects and have the same values.