farukbase-tool-get
v1.0.2
Published
FarukBase prototypeyse for get function
Readme
FarukBase Get Tool
hasChild( child_path )
Returns true if the specified child path has data.
hasChildren()
Returnsboolean true if has any children; else false.
numChildren()
Returnsnumber count of children
child( path)
returns child.
exists ( )
returns true if contains any data
forEach( callback(child,child_name) )
loops childs
