UNPKG

@metamask/snaps-utils

Version:
8 lines 269 B
/** * Normalizes relative paths by optionally removing `./` prefix. * * @param path - Path to make normalize. * @returns The same path, with `./` prefix remove. */ export declare function normalizeRelative(path: string): string; //# sourceMappingURL=path.d.mts.map