Skip to content

node-organic/organic-dna-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

organic-dna-branches

Helper methods for organic DNA branch based manipulations.

api

createBranch(dna, namespace, value)

Creates branch at given namespace with its respective value.

  • dna: Object - the dna instance on which will contain the created branch.
  • namespace: String - dot notated path, eg "branch.sub-branch.property".

selectBranch(dna, namespace)

Queries the DNA object using dot notated namespace and returns respective end-branch value.

  • dna: Object - the dna instance on which will contain the loaded data
  • namespace: String - dot notated path to existing branch.

About

Helper methods for organic DNA branch based manipulations.

Resources

Stars

Watchers

Forks

Packages

No packages published