UNPKG

@jam.dev/recording-links

Version:

Capture bug reports from your users with the Jam recording links SDK

9 lines 350 B
import * as events from "./events"; export type RefCounter = Omit<events.Emitter<{ update: number; }>, "dispatch"> & { count: number; update(value: "increment" | "decrement" | number): number; }; export declare const createStorageRefCounter: <K extends string>(name: K, storage?: Storage) => RefCounter; //# sourceMappingURL=refs.d.ts.map