Your IP : 216.73.216.79


Current Path : /var/www/html/redd/public/tailadmin/node_modules/just-extend/
Upload File :
Current File : /var/www/html/redd/public/tailadmin/node_modules/just-extend/index.d.ts

// Definitions by: Peter Safranek <https://github.com/pe8ter>
declare function extend(obj1: object, ...objn: any[]): object;
declare function extend(deep: boolean, obj1: object, ...objn: any[]): object;
export default extend;