MCPcopy Create free account
hub / github.com/ava/use-http / isObject

Function isObject

src/useFetch.ts:4–4  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

2import URLContext from './URLContext'
3
4const isObject = (obj: any) => Object.prototype.toString.call(obj) === '[object Object]'
5
6export interface Options {
7 url?: string

Callers 1

useFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…