phaser/v3/typings/math/SmootherStep.d.ts

2 lines
62 B
TypeScript
Raw Permalink Normal View History

2017-01-16 22:43:07 +01:00
export default function (x: any, min: any, max: any): number;