UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

3 lines (2 loc) 146 B
export { normalizePathSep, denormalizePagePath } from './denormalize-page-path'; export declare function normalizePagePath(page: string): string;