UNPKG

next

Version:

The React Framework

6 lines (5 loc) 200 B
/** * Adds the provided prefix to the given path. It first ensures that the path * is indeed starting with a slash. */ export declare function addPathPrefix(path: string, prefix?: string): string;