This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
06922c19796ad31c77fbbb3f8ae9ae7524464955
stale
/
node_modules
/
is-plain-object
/
index.d.ts
T
4 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
release v1
2019-08-06 17:37:58 -04:00
declare
function
isPlainObject
(
o
:
any
)
:
boolean
;
export
default
isPlainObject
;
Copy Permalink