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.

10 lines (9 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shuffleArray = shuffleArray; function shuffleArray(array) { return array.sort(() => Math.random() - 0.5); } //# sourceMappingURL=array.js.map