UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

4 lines 121 B
export function shuffleArray(array) { return array.sort(() => Math.random() - 0.5); } //# sourceMappingURL=array.js.map