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