UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

5 lines 200 B
/** * Remove leading and trailing slashes from a route. */ export declare const removeLeadingTrailingSlashes: (route: string) => string; //# sourceMappingURL=remove-leading-trailing-slashes.d.ts.map