Home Manual Reference Source

References

summary
public

F ArrayNode(degree: *, value: *)

public

F ObjectNode(value: *)

public

F SimpleTrie(root: *)

public

F * enumerate(root: *)

public

F erasePath(current: *, key: *): boolean

public

F getClosestAncestor(ancestor: *, key: *): undefined[]

public

F getReference(current: *, key: *): *

public

F has(root: *, key: *)

public

F makeNonExistingPath(current: *, key: *): *

public

F makePath(current: *, key: *): *

public

F readPath(root: *, key: *): *

public

F writePath(root: *, key: *, value: *): *