0.0.3 • Published 2 years ago

streak-counter-mkl v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

About/Introduction

This is a streak counter library that will take care of your streak counters and handle different streaks across different pages Built with 100% typescript and ships with its own types

Examples

import { init } from "streak-counter";

const {addPoints, getPoints } = init({});