the-loop

Have you ever gotten a request to add a feature to your project by 'putting it in the "loop"'? > We need to track user purchases with this code, it's a simple implementation: put it in the "loop".

Usage no npm install needed!

<script type="module">
  import theLoop from 'https://cdn.skypack.dev/the-loop';
</script>

README

The Loop

Have you ever gotten a request to add a feature to your project by 'putting it in the "loop"'?

We need to track user purchases with this code, it's a simple implementation: put it in the "loop".

This repo allows you to find this mysterious "loop" and add whatever you want to it; satisfying both you and your employeer!

How it works

const { loop } = require("the-loop");

function marketingRequest() {
    // ...
}

loop.push(marketingRequest); // [ [Function: marketingRequest] ]

Install

npm install the-loop