UNPKG

relay-compiler-plus

Version:

A custom relay modern compiler that supports persisted queries

3 lines 107 B
module.exports = function(it){ return typeof it === 'object' ? it !== null : typeof it === 'function'; };