UNPKG

expo-linking

Version:

Create and open deep links universally

4 lines 254 B
import { CreateURLOptions, ParsedURL } from './Linking.types'; export declare function createURL(path: string, { queryParams }?: CreateURLOptions): string; export declare function parse(url: string): ParsedURL; //# sourceMappingURL=createURL.web.d.ts.map