🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
nodevenv
/
Job-Portal
/
20
/
lib
/
node_modules
/
chain-function
✏️
Editing: README.md
# chain-function chain a bunch of functions ```sh npm i chain-function ``` ```js function foo() { console.log('foo') } function baz() { console.log('bar') } var foobar = chain(foo, bar) foobar() // "bar" "foo" //handles empty values just fine foobar = chain(foo, null, bar, undefined) foobar() // "bar" "foo" ```
💾 Save Changes
❌ Cancel