UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

3 lines (2 loc) 203 B
import { Metric } from '../types.js'; export declare const bindReporter: (callback: Function, metric: Metric, po: PerformanceObserver | undefined, observeAllUpdates?: boolean | undefined) => () => void;