UNPKG

@fernandomg/streak-counter

Version:

This is a basic streak counter - inspired by Duolingo - written in TypeScript and ment for the browser (uses `localStorage`).

3 lines (2 loc) 111 B
import { Streak } from "./utils"; export declare function streakCounter(storage: Storage, date: Date): Streak;