UNPKG
type-equal-to-type
Version:
latest (1.0.0)
1.0.0
This package tests types
github.com/SanjarUsmonov/npm
SanjarUsmonov/npm
type-equal-to-type
/
index.js
6 lines
(4 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
function
Function
(
first, second
) {
return
typeof
first ===
typeof
second; }
module
.
exports
=
Function
;