arcade-physics
Version:
Use Arcade Physics without Phaser.
11 lines • 510 B
TypeScript
declare namespace _default {
const Between: typeof import("./DistanceBetween");
const BetweenPoints: typeof import("./DistanceBetweenPoints");
const BetweenPointsSquared: typeof import("./DistanceBetweenPointsSquared");
const Chebyshev: typeof import("./DistanceChebyshev");
const Power: typeof import("./DistancePower");
const Snake: typeof import("./DistanceSnake");
const Squared: typeof import("./DistanceSquared");
}
export default _default;
//# sourceMappingURL=index.d.ts.map