UNPKG

@foxpage/foxpage-node-sdk

Version:

foxpage node sdk

8 lines (7 loc) 174 B
import { Context } from '@foxpage/foxpage-types'; /** * get pathname * @param ctx * @returns */ export declare const getPathname: (slug: string, ctx: Context) => string;