marocchino-sticky-pull-requ.../node_modules/isobject/index.d.ts
2019-11-21 10:11:11 +09:00

3 lines
72 B
TypeScript

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