UNPKG

90 BTypeScriptView Raw
1declare const isObjectLike: (value: any) => value is object;
2export default isObjectLike;