UNPKG
@ng-org/web
Version:
latest (0.1.2-alpha.2)
0.1.2
0.1.2-alpha.2
0.1.2-alpha.1
JS/TS SDK of NextGraph for third-party web apps
nextgraph.org
@ng-org/web
/
dist
/
index.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
export
declare
const
init
:
(
callback
:
Function
|
null
,
singleton
:
boolean
,
access_requests
:
any
) =>
Promise
<
void
>;
export
declare
const
ng
:
any
;