UNPKG

@privateid/ultra-web-sdk-alpha

Version:
5 lines (4 loc) 189 B
export declare const setEnvVariables: (env: string) => void; export declare const setDebugType: (dt: string) => void; declare const getEnvironment: () => string; export { getEnvironment };