plxel

```js const skills = { js: true, ts: true, react: true, graphql: true, }

Usage no npm install needed!

<script type="module">
  import plxel from 'https://cdn.skypack.dev/plxel';
</script>

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