pdsp
saves bytes in your build with a shortcut to event preventDefault and stopPropagation
pdsp === pD sP === preventDefault stopPropagation
Usage
Suppose you have your onClick handler and you need to call preventDefault and stopPropagation methods, like this
{ event event // Follows code to handle event. }
Using pdsp it will look like
const pdsp = { // Follows code to handle event. }