UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

3 lines (2 loc) 113 B
import { StackFrame } from 'stacktrace-parser'; export declare function parseStack(stack: string): StackFrame[];