UNPKG

@bajetech/astrax-api

Version:

Utility functions to interact with AstraX web extension

4 lines (3 loc) 196 B
import { Response } from "../types"; export declare const sendMessageToContentScript: (msg: {}) => Promise<Response>; export declare const sendMessageToBackground: (msg: {}) => Promise<Response>;