UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

5 lines 163 B
/** * Check if a segment is a parameter. (e.g. :id) */ export declare const isParameter: (segment: string) => boolean; //# sourceMappingURL=is-parameter.d.ts.map