load() method

This commit is contained in:
Daniel Lugo 2020-06-16 12:27:42 -04:00
parent 4f667cc6c1
commit d22561d5bf

View file

@ -47,6 +47,7 @@ export interface GUNNodeBase {
once(this: GUNNode, cb?: Listener): GUNNode
open(this: GUNNode, cb?: OpenListener): GUNNode
load(this: GUNNode, cb?: OpenListener): GUNNode
off(): void
user(): UserGUNNode