@reactive-js/pipe
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@reactive-js/pipe", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"main": "dist/cjs/index.js", | ||
@@ -50,3 +50,3 @@ "module": "dist/esm5/index.js", | ||
}, | ||
"gitHead": "c23221b85a7fc7f4252783af164069c6397f41de" | ||
"gitHead": "8ba4fa5036e9a8dedc0394b229e565934f0f7195" | ||
} |
# @reactive-js/pipe | ||
Type safe functional pipe function. This is an optional dependency for users of reactive-js, but used internally throughout the library. | ||
## Installation | ||
### via npm | ||
```sh | ||
npm install @reactive-js/pipe | ||
``` | ||
### via yarn | ||
```sh | ||
yarn add @reactive-js/pipe | ||
``` | ||
## Usage | ||
```typescript | ||
import { pipe } from "@reactive-js/pipe"; | ||
const arr = new Array(1000); | ||
const result = pipe(arr, f1, f2, f3); | ||
``` | ||
## Documentation | ||
API documentation is available [here](./docs). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31
2732
3
0
1