mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 21:02:19 +02:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
export = isPlainObject;
|
|
|
|
declare function isPlainObject(o: any): boolean;
|
|
|
|
declare namespace isPlainObject {}
|