phaser/v3/typings/math/Wrap.d.ts
2017-01-16 22:43:07 +01:00

1 line
63 B
TypeScript

export default function (value: any, min: any, max: any): any;