mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@ -13,6 +13,5 @@ function hexStringToRGB (hexString) {
|
||||
|
||||
export { hexStringToRGB }
|
||||
|
||||
|
||||
// > hexStringToRGB('ffffff')
|
||||
// { r: 255, g: 255, b: 255 }
|
||||
|
Reference in New Issue
Block a user