UNPKG

@clerk/clerk-js

Version:
4 lines (3 loc) 129 B
type PathString = string | null | undefined; export declare function joinPaths(a: PathString, b: PathString): string; export {};