plxel
v1.3.0
Published
```js const skills = { js: true, ts: true, react: true, graphql: true, }
Downloads
3
Readme
Hi there 👋
const skills = {
js: true,
ts: true,
react: true,
graphql: true,
}
const combo = Object.keys(skills).join('+')
console.log(combo === 💪) // true
To get more info run npx plxel