UNPKG

ipfs-utils

Version:

Package to aggregate shared logic and dependencies for the IPFS ecosystem

6 lines 146 B
export = join; /** * @param {string[]} args */ declare function join(...args: string[]): string; //# sourceMappingURL=path-join.browser.d.ts.map