UNPKG

@bajetech/astrax-api

Version:

Utility functions to interact with AstraX web extension

8 lines (7 loc) 136 B
export declare const browser: { tabs: { create: ({ url }: { url: string; }) => Window | null; }; };