UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

8 lines 278 B
import { randomInt, randomFloat } from './random'; import { shuffle } from './shuffle'; export declare class MathUtils { static randomInt: typeof randomInt; static randomFloat: typeof randomFloat; static shuffle: typeof shuffle; } //# sourceMappingURL=index.d.ts.map