UNPKG

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