'use strict';constmimicFn=(to,from)=>{for(constpropofReflect.ownKeys(from)){Object.defineProperty(to,prop,Object.getOwnPropertyDescriptor(from,prop));}returnto;};module.exports=mimicFn;// TODO: Remove this for the next major releasemodule.exports.default=mimicFn;