1.7.9 • Published 2 years ago

@chiper-npm/ecommerce-pure-functions v1.7.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Ecommerce Pure Functions

  • Clone the repo
npm install
npm run build

Installation

// with npm
npm i @chiper-npm/ecommerce-pure-functions
// with yarn
yarn add @chiper-npm/ecommerce-pure-functions

Usage

import EcommerceFunctions from "@chiper-npm/ecommerce-pure-functions";

// ...

EcommerceFunctions.trackEvent({
   event: "even name", //required
   storeId, //optional
   country, //optional
   data: { exampleId: 1 }, //optional
   userId, //optional
})
1.7.9

2 years ago

1.7.8

2 years ago

1.7.7

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago