UNPKG

@serverless-stack/nextjs-lambda

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

3 lines (2 loc) 162 B
import { RedirectData } from "@serverless-stack/nextjs-core"; export declare function isTrailingSlashRedirect(redirect: RedirectData, basePath: string): boolean;