1
0
mirror of https://github.com/stCarolas/setup-maven.git synced 2025-03-22 17:45:36 +00:00
setup-maven/node_modules/isobject/index.d.ts
2019-12-07 16:09:23 +03:00

4 lines
72 B
TypeScript

declare function isObject(val: any): boolean;
export default isObject;