@chiper-npm/ecommerce-pure-functions
TypeScript icon, indicating that this package has built-in type declarations

1.7.9 • Public • Published

Node.js

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
})

Package Sidebar

Install

npm i @chiper-npm/ecommerce-pure-functions

Weekly Downloads

3

Version

1.7.9

License

ISC

Unpacked Size

8.92 kB

Total Files

10

Last publish

Collaborators

  • chiper-npm