UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

3 lines (2 loc) 145 B
import { Metric } from '../types.js'; export declare const initMetric: (name: "CLS" | "FCP" | "FID" | "LCP" | "TTFB", value?: number) => Metric;