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