UNPKG

abi.js

Version:

[![typescript-icon]][typescript-link] [![license-icon]][license-link] [![status-icon]][status-link] [![ci-icon]][ci-link] [![twitter-icon]][twitter-link]

9 lines (8 loc) 206 B
/** * Convert a URL or string to a path. * * @param pathUrl A URL or string to be converted. * * @returns The path as a string. */ export declare function toPathString(pathUrl: string | URL): string;