1.0.3 • Published 3 years ago

the-loop v1.0.3

Weekly downloads
8
License
ISC
Repository
-
Last release
3 years ago

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
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago