Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregabbott/chute

Chute chains functions AND native methods with vanilla JavaScript.
https://github.com/gregabbott/chute

chain chaining function helper javascript pipe pipeline pipeline-operator piping utility utility-function vanilla-javascript vanilla-js

Last synced: about 2 months ago
JSON representation

Chute chains functions AND native methods with vanilla JavaScript.

Awesome Lists containing this project

README

        

# Chute
Chute chains global functions and native methods in JavaScript. ~2KB.

```js
chute(data)
.a_global_function_name()
.a_native_method_name()
.another_global_function_name()
(/*done*/)
```

Visit the project [site](https://chute.pages.dev/) or [GitHub Page](https://gregabbott.github.io/chute/).