- France
- https://sklinov.pro
Pinned Loading
-
-
-
virtualization-demo
virtualization-demo PublicVirtualization demo for FrontendConf 2021
TypeScript 2
-
isType typeguard
isType typeguard 1/**
2*
3* @param {any} item item you want to typecheck
4* @param {(keyof T)[]} keys keys that should be present in the type and not be undefined
5* @returns {boolean} Later in code item is of T type on success
-
Bitwise RGB to HEX conversion
Bitwise RGB to HEX conversion 1/*
2Picked from https://blog.logrocket.com/interesting-use-cases-for-javascript-bitwise-operators/
3**/
45function rgbToHex ([red = 0, green = 0, blue = 0] = []) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.