5273d0df9c
Main workflow / Run (windows-latest) (push) Waiting to run
Main workflow / Run (ubuntu-latest) (push) Failing after 46s
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
declare function isPlainObject(o: any): boolean;
|
|
|
|
export default isPlainObject;
|