layer8_interceptor
Version:
This package allows Layer8 clients to connect to the remote Layer8 Server. It povides the 1) stock WASM glue code 2) binary of the Interceptor, and 3) the index.js necessary to run it.
11 lines (10 loc) • 456 B
TypeScript
declare namespace _default {
export function testWASM(arg: any): Promise<any>;
export function persistenceCheck(): Promise<any>;
export function initEncryptedTunnel(...arg: any[]): Promise<any>;
export function checkEncryptedTunnel(): Promise<any>;
export function fetch(url: any, ...args: any[]): Promise<any>;
export function _static(url: any): Promise<any>;
export { _static as static };
}
export default _default;