UNPKG

@datalayer/core

Version:
9 lines (8 loc) 311 B
/** * Call the jupyter_kernels extension * * @param endPoint API REST end point for the extension * @param init Initial values for the request * @returns The response body interpreted as JSON */ export declare function requestJupyterKernelsExtension<T>(endPoint?: string, init?: RequestInit): Promise<T>;