UNPKG

162 BTypeScriptView Raw
1import type { AnyObject } from './type';
2declare const extendsObject: <T extends AnyObject = AnyObject>(...list: T[]) => AnyObject;
3export default extendsObject;