web-ext-deploy
Version:
A tool for deploying WebExtensions to multiple stores.
6 lines • 334 B
TypeScript
export declare const Stores: readonly ["chrome", "firefox", "edge", "opera"];
export declare const StoresCapitalized: string[];
export type SupportedStores = typeof Stores[number];
export type SupportedStoresCapitalized = typeof StoresCapitalized[number];
export type SupportedGetCookies = "opera";
//# sourceMappingURL=types.d.ts.map