UNPKG

nextgraphweb

Version:

TS SDK of NextGraph for web apps

4 lines (3 loc) 155 B
export declare const init: (callback: Function, singleton: boolean, access_requests: any) => Promise<unknown>; declare const api: any; export default api;