mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 20:56:31 +00:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
declare function isPlainObject(o: any): boolean;
|
|
|
|
export default isPlainObject;
|