UNPKG

type-equal-to-type

Version:
6 lines (4 loc) 111 B
function Function(first, second) { return typeof first === typeof second; } module.exports = Function;