Created
May 16, 2019 20:59
-
-
Save di3/98a61645da22cf39ad5aa0ae5e7c8994 to your computer and use it in GitHub Desktop.
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
export default (val) => ("0000000" + (val >>> 0).toString(16)).substr(-8); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment