Created
March 24, 2021 20:12
-
-
Save pbzona/0f7ca617031314f6697082665dd4c57e to your computer and use it in GitHub Desktop.
horrible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone() { | |
return Object.assign(Object.create(Object.getPrototypeOf(this)), this) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment