source:
imaps-frontend/node_modules/is-plain-object/index.d.ts
Last change on this file was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 110 bytes |
Line | |
---|---|
1 | export = isPlainObject; |
2 | |
3 | declare function isPlainObject(o: any): boolean; |
4 | |
5 | declare namespace isPlainObject {} |
Note:
See TracBrowser
for help on using the repository browser.