📅  最后修改于: 2022-03-11 15:03:06.077000             🧑  作者: Mango
const chance = new Chance() as Chance.Chance & ITime;
chance.mixin(time as any); // no error
chance.time(); // no error now I hope