UNPKG

@canard/schema-form

Version:

React-based component library that renders forms based on JSON Schema with plugin system support for validators and UI components

8 lines (7 loc) 257 B
/** * Strips the fragment from the path. * @param path - The path to strip the fragment from. * @note Use string literal type to execute faster. * @returns The path without the fragment. */ export declare const stripFragment: (path: string) => string;