UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

9 lines (7 loc) 212 B
import { randomInt, randomFloat } from './random'; import { shuffle } from './shuffle'; export class MathUtils { static randomInt = randomInt; static randomFloat = randomFloat; static shuffle = shuffle; }