UNPKG

gatsby-source-nytimes-books-api

Version:

This [GatsyJS](https://gatsbyjs.org) source plugin fetches data from the [NYTimes Books API](https://developer.nytimes.com/docs/books-product/1/overview)

6 lines (4 loc) 132 B
function isObject(value) { return value && typeof value === "object" && value.constructor === Object } module.exports = isObject