Guest User

Untitled

a guest
Jan 10th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. const getOffsetValue = ({offset, offset_direction} = {}) => offset === "0" ? Number(offset) : isNumber(offset) ? (offset_direction === "right" ? -1 : 1) * offset : offset;
Advertisement
Add Comment
Please, Sign In to add comment