Skip to content

Library to have collection of functions which are called collectively in the order they are added

License

Notifications You must be signed in to change notification settings

StateTree/functions

Repository files navigation

Functions

NPM version Build Status Code Coverage

Download

npm

npm install --save @statetree/functions

Docs

What?

  • Collection of functions which are executed in the order they are added
  • An Object that helps us to add and remove function to functions collection
  • Provides a connector to co-oridante each collection set

Why?

  • We need to execute few task based on some condition and task after that based on another logic, this Library will facilitate that
  • for example, i want to execute all the functions that collect data from various sources followed by data cleaning task functions..

About

Library to have collection of functions which are called collectively in the order they are added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published