How to limit fps in matter js

I know arcade physics has a setFPS method. Is there something similar (or a way to achieve the same effect) in matter js?

You can try set60Hz() etc.