UNPKG

@habit.analytics/habit-smartlink-reactcomponent

Version:

A React component for Habit SmartLink integration.

6 lines 408 B
import { SMARTLINK_BASE_URL } from "./constants"; import { Environment } from "./types"; export declare const urlStringToUrlObject: (url: string) => string; export declare const assembleURLWithOriginHashAndPin: (baseURL: (typeof SMARTLINK_BASE_URL)[Environment], hash: string, pin?: string) => string; export declare const getEnviroment: (path: string) => Environment; //# sourceMappingURL=functions.d.ts.map