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

1 line
62 B
TypeScript

export default function (x: any, min: any, max: any): number;