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

2 lines
69 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export default function (value: any, place: any, base: any): number;