UNPKG

@bzr/bazaar

Version:

The Bazaar SDK. Conveniently use Bazaar with your app in the browser.

13 lines (12 loc) 286 B
/** * The URI of the current Bazaar deployment */ export declare const bazaarUri: string; /** * The URL path for sharing links */ export declare const linkPath = "/l/"; /** * The prefix when namespacing local storage variables */ export declare const namespacePrefix = "bazaar_";