UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

2 lines (1 loc) 92 B
export const multiplyStep = (event: any) => (event.shiftKey ? 5 : event.altKey ? 1 / 5 : 1)