Skip to content

kubotak-is/inflow-source

 
 

Repository files navigation

npm NPM

inflow source

The path of a user to the site can be stored in and retrieved from localStorage.

Installation

npm install @macloud-developer/inflow-source
yarn add @macloud-developer/inflow-source

Usage

import { useInflowSource } from '~/compositions/common/inflow-source'

const inflowSource = useInflowSource(window.localStorage)

inflowSource.set(
  currentDate, referrer,location.href
)
  

node version

$ node --version
v16.13.2
$ npm --version
8.1.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%