UNPKG
nextgraphweb
Version:
latest (0.1.1-alpha.4)
0.1.1-alpha.4
0.1.1-alpha.3
0.1.1-alpha.2
0.1.1-alpha.1
TS SDK of NextGraph for web apps
nextgraph.org
nextgraphweb
/
dist
/
index.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
declare
const
init
:
(
callback
:
Function
,
singleton
:
boolean
,
access_requests
:
any
) =>
Promise
<
unknown
>;
declare
const
api
:
any
;
export
default
api;