This website works better with JavaScript
Home
Explore
Help
Register
Sign In
MiKee
/
KeePass
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
github-action-1
Branches
Tags
github-action-1
master
KeePass
/
.github
/
actions
/
spm-lcov-action
/
node_modules
/
isobject
/
index.d.ts
index.d.ts
72 B
Permalink
History
Raw
1
2
3
declare function isObject(val: any): boolean;
export default isObject;