blob: 74a44e976a2dc2a77e9684ba7ba897cd008f1f44 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001export = isPlainObject;
2
3declare function isPlainObject(o: any): boolean;
4
5declare namespace isPlainObject {}