react-native-redash
Version:
Utility library for React Native Reanimated
2 lines • 324 B
JavaScript
export var move=function move(input,from,to){"worklet";var offsets=input.slice();while(from<0){from+=offsets.length;}while(to<0){to+=offsets.length;}if(to>=offsets.length){var k=to-offsets.length;while(k--+1){offsets.push();}}offsets.splice(to,0,offsets.splice(from,1)[0]);return offsets;};
//# sourceMappingURL=Array.js.map