aswi2020vldc-gitlab/templetes/node_modules/is-plain-object/index.d.ts @ 3a515b92
1 |
export = isPlainObject; |
---|---|
2 |
|
3 |
declare function isPlainObject(o: any): boolean; |
4 |
|
5 |
declare namespace isPlainObject {} |