🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

afpf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afpf

[![Version](https://img.shields.io/npm/v/afpf?style=for-the-badge)](https://npmjs.org/package/afpf)

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-94.12%
Maintainers
1
Weekly downloads
 
Created
Source

afpf - Async Functional Programming Functions

Version

Build Status Maintainability Test Coverage

Monthly Downloads

Issues Pull Requests

Dependencies Dev Dependencies

afpf is a set of functions that make it easy to write functional scripts with async / await support

NOTICE

These docs are awful. If you are interested in using one of the library and need some help, please create an issue and I will work on the docs for that first. Thanks

Getting Started

const afpf = require('afpf');

const fn1 = () => console.log('Function 1');
const fn2 = () => console.log('Function 2');

const run = afpf.pipe(
	fn1,
	fn2,
)();

Installation

yarn add afpf

or

npm i afpf

Docs

DOCS

FAQs

Package last updated on 19 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts